Hide horizontal browser scrollbar

Hi, hope you could help me solving my problem...
I 'm a beginner with muse and have a problem with the 100% width...
wanna built a Menue with the add on "mighty menu" and a slide show below there with the composition widget of muse in 100% width, but couldn't set the rectangles I placed in the target fields to 100%.
I've read here that its not possible to set rectangles to 100% when they are grouped. ok, all items of triggers and targets are automatically grouped and I think there is no other possible way !?
My solution had been, stretching all rectangles of the menue and the slideshow far over my adjusted site width and testet it in my browser Looks good even if I set the browser window to the fullest possible width at my 27" display.
But know I saw that I could scroll with the horizontal scrollbar rightwards beyond the frames of menue and slideshow. How can I hide the horizontal scrollbar, so that this is not longer possible?
Found that html command and applied it to my site properties
<style>
html{
overflow:hidden;
</style>
but it hides both scrollbars...is there one only for the horizontal? 
Or is there any other solution?
Thanks for helping
nadine

Hi Loufine,
You can use this command to hide only the horizontal scrollbar and not the vertical one :
<style>
html
overflow-y: scroll;
overflow-x: hidden;
</style>
Cheers,
Rohit Nair

Similar Messages

  • Background image causes horizontal browser scrollbar

    We have a large background image on a website so that people can change the size of their browser window amd still see the background image. The image is also part of the page design so we can't use any of the scale options. All page content is centred and there are no objects other than the background image anywhere outside the 940 pixel wide centre column.
    The problem is that the background image is causing the horizontal scroll bar to appear at the bottom of the browser, which is undesirable. Worse is that the scroll bar is not centred, it is instead all the way to the left. Can this behaviour be fixed in the next update please?

    Figured out what was causing it (the footer, d'uh!). Any ideas on how to fix the footer up so it doesn't do that? The footer has an image the same width as the page background.

  • Make one of two horizontal (synchronized) ScrollBars invisible

    Hi,
    I have to JTables side by side, both of them in its own JScrollPane.
    I synchronized the horizontal scrolling the following way:
    class AppScreen01 extends JFrame implements AdjustmentListener
    scrollPaneRight.getVerticalScrollBar().addAdjustmentListener(this);
    public void adjustmentValueChanged(AdjustmentEvent adjEv) {
         scrollPaneLeft.getVerticalScrollBar().setValue(adjEv.getValue());
    OK, this works.
    I tried to hide the left scrollbar:
    scrollPaneLeft.getVerticalScrollBar().setVisible(false);
    This method doesn't work.
    Is there an easy way to do this?
    Thanks for your help.

    set the scrollbar policy as NEVER
    easier to sync the models than use adjustment listener
    scrollPane2.getVerticalScrollBar().setModel(scrollPane1.getVerticalScrollBar().getModel());

  • Browser scrollbar scripting?

    I've done a bit of research and still not to sure how exactly
    to do this...
    If you have a fullscreen flash site, by default your browser
    scrollbar is disabled. So if someone's screen is smaller than the
    site, they can't scroll to see whats off the page. How do you
    enable the browser scrollbar with a fullscreen flash site?

    Well I figured you were talking about making my flash movie a
    pixel value instead of percent. But I figured I'd try the
    <div> tag anyway, but no luck there. It constrains the flash
    movie to the size of the <div>.
    So changing my movie to a pixel value isnt really what I'm
    looking to accomplish. (unless there's a way to assign a pixel
    value, but still make it fill 100% of the window) Here is an
    example of the site I'm working on:
    click here.
    As you can/will see, I have limited the amount of content in
    the body, and I cant add anything below that because some monitors
    wouldn't be able to scroll to it.
    Hopefully this helps interpret what I'm trying to do.

  • Controling browser scrollbars when MC changes height?

    Is there a way to have the browser scrollbars show up when a
    MovieClip's height increases ?

    if you want to use the swfobject to resize the browser
    window, download the swfobject.js javascript file and put it in the
    same directory with your swf's html page and read about how to
    embed your swf using it.
    you can then call the resizeSWF() function (passing the new
    height parameter causing the browser window to increase in height
    and displaying scrollbars, if they are needed) by using the
    externalinterface class:

  • Kill browser scrollbars?

    Here's the movie if you want to see it:
    http://tinyurl.com/b9jo4f
    I've got it set to width=100%, height=820 so that it
    stretches to fill the window proportionally. The only problem is
    that now there is a vertical scrollbar any time the browser window
    is less than 820 pixels high. I'd like there to be no vertical
    scrollbar since it's already resizing the Flash movie.
    I've tried adding CSS:
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden;
    but no luck.
    I'm using just whatever object embed Flash is creating for me
    in the Publish settings. Is there another embed script that would
    be able to specify no browser scrollbars? I don't want to do
    height=100% width=100% because then it can resize
    disproportionately when the browser window stretches.
    If there is a javascript or something someone knows about,
    I'd be most delighted.
    thanks!

    Just change
    body{
    overflow: hidden;
    to
    <style type="text/css">
    <!--
    body {
    overflow: auto;
    -->
    </style>
    At the top of your HTML.
    Mesmotronic Multiuser Server for Flash 1.0 available now!
    http://www.multiuserserver.com/

  • I am logged in as a 'guest' on a computer that is used by others. I would like to totally hide my browsing history by 'resetting safari' but wonder if this will cause problems for the other users....Or does the resetting just apply to the guest?

    I am logged in a computer (that is used by others) as a 'guest'.  I would like to completely hide my browsing history and I hear this is done by 'resetting Safari'.  My question is, will this mess things up for the other people who logg into use the computer?  Or does the resetting apply only to the guest?

    Hi Chris
    anything, including resetting, that you do as guest should not affect other users who log into their own accounts. Just logging out of guest should remove the obvious history/cookies etc although of course it's possible for an admin of that computer to keep track of some info.

  • Browser ScrollBar Problem

    Hallo, i have a little issue. I have my flex application running in my Browser and the application is 1200pixels height so that the browser is enabling the scrollbar to reach the bottom parts. The problem is that inside my application i have another scrollbar which belongs to a list component and when i use the mouse wheel the list goes down but the browser page goes too due to browser scrollbar. How can i fix this problem??.. I shoud find a way to not make browser scrollbars listen to the mouse wheel event when i am on the list and to listen it only when i am not on the list... is that possible??
    Thx and sry for bad english.
    Max

    what you are asking sounds possible can you post your code on here so we can try to debug with you.
    Thanks
    Miguel

  • Flex2 (beta3) apps don't work with Firefox when browser scrollbars appear

    I ran into a very strange situation where my flex2 (beta2 and
    beta3) application is big enough to cause browser scrollbars to
    appear. In such a case, if I scroll the browser, then all button
    controls in the flex2 app can not listen to mouse events any more.
    I found this problem with Firefox (v1.5) in Windows XP. IE in XP is
    perfectly fine. Below is the code, simple enough to illustrate my
    situation. To test, please compile the first file into test.swf,
    and then access test.html form Firefox. Thanks.

    well i can say in dark,, many have done this solution, if its
    right even for u
    just clear ur cache using the ASO zip file available on
    http://www.adobe.com/cfusion/exchange/index.cfm?extid=1016963&view=sn111
    Now all the packages /missing file would get imported.could
    be some
    class definitions are'nt getting replaced
    (i faced this kinda problem before.. my old swf';s were
    getting played.. so i just cleared the cache and problem was
    solved)

  • Browser scrollbar for Flash movie?

    The webpage for my Flash movie does not have scrollbars. On
    most of the frames (I did each site page as a named frame in a
    single timeline) it doesn't matter, but there is one frame where
    the content stretches the full 900 px tall and you can not scroll
    down.
    I'm afraid I also have complicated things because the client
    said he wanted everything, the whole site, 10% bigger... so I set
    the movie width and height as 110% in the HTML. (Suggestions on
    this are appreciated, too!)
    I'm worried that if I somehow add scrollbars, it will want to
    add a horizontal scrollbar to the bottom too.
    I was wondering if I could add a Flash scrollbar (if it
    worked with scrolling mice, that would be bonus) just on that page,
    and have it appear exactly at the right edge of the browser window
    and smartly sense how tall to be. Would I have to load it as a
    separate movie? Any suggestions are ever so much appreciated!

    Nevermind... I found out his Flash Player was WIN 9,0,47,0
    while everyone else is WIN 9,0,124,0 . He upgraded & it is
    working.

  • Sync an object with the browser scrollbar

    Is there any way to set up a button or group of buttons to move vertically with the browser's scrollbar? I have a region that contains search options for a query and it requires the user to scroll down to access all of the fields. I'd like to cause the "Search" button to move vertically with the scrollbar so the user doesn't have to scroll to view it once he/she has entered the search criteria.
    David

    Is there any way to set up a button or group of buttons to move vertically with the browser's scrollbar? I have a region that contains search options for a query and it requires the user to scroll down to access all of the fields. I'd like to cause the "Search" button to move vertically with the scrollbar so the user doesn't have to scroll to view it once he/she has entered the search criteria.
    David

  • Browser scrollbar and Flash scrollbar ? I need help!

    Now I have a problem about the scrollbar:
    The height of my swf file is longer than browser height, so
    the scrollbar of browser's occurred, if I scroll my mouse wheel,
    the whole flash roll down, but the problem is that I have used a
    scrollPanel component which write by myself, and in this situation,
    when I scroll the mouse wheel, the scrollbar in flash and browser
    will both in effect.
    The question is that how to disable the brower scrollbar when
    I scroll mouse wheel inside the scrollPanel component. In fact,
    adobe already done this, if my cursor inside a textfield object,
    the scrollbar of bowser will not get focus. How to achieve this
    effect? My english is bad, but I need help!

    i recently downloaded trails of flash cs4 and web premium package cs4 (took a day to download at high speed starbuck's internet). couldnt get the setup.exe to work or the uninstaller to work. surfing tech support over next couple weeks to try various agents was useless and expensive until i finally reached someone with useful info. all the agents had foriegn accents and read from scripts and web support pages until yesterday, when i reached a guy who told me two things i'll report to various forums addressing this same issue:
    1. download windows uninstaller program from their website (google: windows ininstaller). this program is different from the one that doesnt work in the programs and features area of control panel when you try to uninstall adobe products from there.
    2. windows explorer 8, the newest version, DOES NOT download adobe softare properly and leaves things out, causing all sorts of issues including the setup.exe program not working. download firefox browser from mozella (google: firefox) and use it for all adobe downloads. apparently the old windows explorer 7 will work, but if you already have explorer 8 installed its easiest to just use firefox.
    i'm spending the next couple days downloading the 4.14 G web premium trail with firefox and will report if this works.

  • Constraints and Browser Scrollbars

    I am trying to create an application that is targeted for a resolution of 1024x768. For those will larger resolutions I would like the application to scale to the available area. For those with smaller resolutions I would like the browsers scroll bars to be visable to allow users to still be able to navigate the application.
    The applications should not get smaller than 1024x768 but should be allowed to get bigger. I've used constraints to allow the expansion of the area and that works  fine, however when I resize the browser to an area of 500x500, the browsers scrollbars do not appear (I would expect them to), meaning that if you have a res of 500x500 then you would not be able to navigate the applications. I've tried using minWidth and maxWidth on the Application but the scrollbars do not show up.
    Is there something that I am missing or just not understanding?

    Hi jkrysinski,
    Write a Flex ResizeEvent.RESIZE at Global level and handle the screen resolution in the handler and based on the screen dimensions(your browser dimensions) you dynamically assign the size to your application instead of statically assigning the application size at compile time.
    If your screen size is greater than your normal resolution (1024x768) give the application dimesnions in percentages and if it is less than the normal resolution then fix the application size to your normal resolution (1024x768).
    Hope this works for you...
    If this post answers your question or helps, please kindly mark it as such.
    Thanks,
    Bhasker Chari

  • Using browser scrollbars

    I cannot seem to get a browser (in this case IE 7) to show
    scrollbars for any Flex application. While I know how to use Flex
    scrollbars, they do not make up for browser scrolling, especially
    considering the flex scrollbars themselves have a tendency to get
    clipped out of a browser window. Is there a solution for this, or
    does using Flex automatically preclude a browser's ability to
    scroll.
    I noticed that on sample applications, like the Flex Store,
    this is an issue as well.
    Any advice would be much appreciated.

    We are having this exact problem. This is a pretty crazy
    problem. It seems like inner containers are not "pushing" the outer
    containers out far enough. The only resolution that I can find is
    to set a bunch of static sizes for containers, but then we lose the
    flexibility. Any ideas? The scrollbars are ridiculous cause they
    are constantly getting cut off by the browser or are there when
    they shouldn't be. Is there a better way for apps with multiple
    layers that are larger than the normal height of a screen?

  • Browser scrollbars

    Hi all,
    How do I enable scrollbars for my site to help people with
    small monitor / resolution sizes view my site?
    here is my site: www.marklawrencedesign.com
    I have seen a few things on the internet, but not concerning
    the way my site is set to always be centrerd in the browser. What I
    want to happen is when a browser is too small for my site,
    scrollbars appear for the user!
    Any help is greatly appreciated,
    Cheers

    Just change
    body{
    overflow: hidden;
    to
    <style type="text/css">
    <!--
    body {
    overflow: auto;
    -->
    </style>
    At the top of your HTML.
    Mesmotronic Multiuser Server for Flash 1.0 available now!
    http://www.multiuserserver.com/

Maybe you are looking for

  • How do you defrag a hard drive

    I am wondering how the best way is to defragment my second internal hard drive. I am trying to set up a partition for boot camp, but it isnt partioning. I am wondering if it is because it needs to be defragged. Please let me know how to solve this. T

  • Can Someone Explain To Me

    I have an I-Pod G3 and it is very nice and all but recently I have become more and more attracted to the I-Pod Nano (Black 4GB), obviously I have been looking at them on the internet etc... I have heard all the news and infomation about the screens (

  • On-premise vs office365 email sig

    We use a logon script to populate email signatures on on-premise email accounts. It adds username, company, address, phone numbers and company web site addresses. Now that we are migrating accounts to online exchange we find that the signatures are g

  • What is the error "A really lowlevel plumbing error occured. Please contact your local Maytag(tm) repair man."?

    I face the error message every time as I save a page following changes or uploads made on my website (in administrator capacity). How to solve this? P.S. I don't know why, but Chrome do not meet such the error, though I want to use Firefox, as it's m

  • Looking for reliable programs to monitor performance

    Any suggestions for managing the Mac-Pros performance?