Muse dropdown menus won't "hide" in design phase

Suddenly (since downloading v3.0), when I'm in design mode, ALL of my dropdown menus are showing. Before, they'd do that every time I made a change to the menu, but I could go onto my master page and click a menu item that DIDN'T have a dropdown and they'd go away so that I could design without having them "in my face." But now, they're just there and I can't seem to get rid of them. Anyone else having this problem? Is there something I can do to hide the dropdowns while I'm designing?

Yes. That and more.
I want the top menus to be horizontal, when I scroll over them, I want the sub menu to scroll down horizontally if there are more than one sub menu, it won’t do that.
All sub menus should drop down under the top menus so you can see three of them if there are there, four or five.
Currently if I have a top menu of five items each one has say three submenus under each top menu, when I scroll over the top menu the sub menu roll out horizontally and the other two don’t show up until I actually scroll over the one submenu then the other submenu pops out one at a time.
On top of all this the original post says menus won’t hide in design phase, making it all that much more frustrating.
For goodness sake “it it ain’t broke don’t fix it!” Don’t assume that if something is obvious to one person is obvious to everyone else.

Similar Messages

  • Javascript or applet dropdown menus won't work in IE6, How can I solve this

    I've made some dropdownmenu's of javascript and one of java applets. But they don't work in IE6. If IE6 is installed they won't work either. My friend has IE5.5 and he has no problems with the menus. How can you make them work.
    And how can you change the z-index of a javascipt/applet? How do you make a dropdownmenu that's put in the topframe slide over the mainframe?

    Perhaps someone could help me with the following question:
    I have a menu that cascades out of the Applet box. My question is:
    How do I close the menu without clicking on the Applet box? - i.e. if the user clicks on the HTML area of the WEB-PAGE, or simply waits a second or 2, the menu should collapse?
    I notice that this is actually the default behavior for the AWT classes - but then you can't set background colors etc. I need the same kind of behavior, but using Swing classes.
    Would appreciate any assistance or advice...

  • After use and not even long use dropdown menus are blank, Firefox won't close.

    For a couple of weeks after a short time of use dropdown menus are blank almost as if they have been lifted off the screen but I can see an imprint of where they should be.. Sometimes running the cursor over them seems to make them appear but not often.
    When this happens I cannot close Firefox.
    == This happened ==
    Every time Firefox opened
    == a couple of weeks ago

    From your description, it seems that an add-on may me causing your issue. Follow the steps at [[Troubleshooting extensions and themes]] to test whether your extensions are causing this behavior. Reply back here with the results and with the name(s) of any extensions you have enabled.

  • MenuBar (AS2) component without dropdown menus?

    I have used the menubar component several times to make
    dropdown menus from
    the main bar .. but I need to make a menubar on a Flash
    header that won't
    have any dropdowns .. just the seven links across the bar.
    I can't find a way to make this work .. and I can't find any
    information on
    using the MenuBar component without having dropdowns that are
    the links.
    Is this even possible?
    Thanks,
    Nancy

    Thanks. If you do post elsewhere, please copy and paste the
    link here, so that others (myself included) can keep an eye on it.
    BTW, I was pretty time-crunched last week or so when I
    originally posted this, so I used Flash as a fallback. At least
    there I know how to position with pixel-perfect accuracy, and
    nothing psychotic happens with the behavior. Well, almost nothing.
    Flash will always have its own charming "quirks" and "undocumented
    features", but at least I can contend with those, for now...
    It's a bummer, too, because I was really excited to get this
    project done entirely with CSS.

  • Bootstrap 3 dropdown menus not working

    Two of my Websites designed with Twitter Bootstrap dropdown menus are not working using Firefox 27. The Website work fine in Chrome and Safari.

    The websites are www.torahrx.com and www.torahpractic.org

  • Under "Basic" in the "Printer Settings" of the Print menu, the dropdown menus for both "Page Setup: Sheet" and "Media Type" are frozen.

    Frozen selections: I'm working from my Intel iMac trying to print (from both Aperture and Photoshop CS5) to my new Epson 4900 printer. When the Print menu comes up, under the "Basic" section of the "Printer Settings" the dropdown menus for both "Page Setup" and "Media Type" won't activate. All other options and selections work fine. Just these 2 are not functioning. What's up with that??

    Here we are 15 months later and Microsoft Excel 2013 has the SAME ERROR
    If one chooses:
    Print Preview
    Page Setup
    Sheet
    Then the print area and print titles (Rows to repeat at top, columns to repeat at top)
    are all grayed out and cannot be selected.
    If, however, I choose the
    page layout bar and click print titles then
    everything works fine.
    Thanks for the solution!!!

  • How can I create secondary and tertiary dropdown menus whose choices are dependant on the parent?

    Kind of a weird question; I know. I'm new to both the Adobe Developer forums, and to XMP in general.
    Here's the basic gist of what I'm trying to do:
    We've got a Group, Category, and Subcategory structure for a given variable. Obviously, the subcategories are unique to a particular category, just as the categories are unique to a particular group; so displayed as a tree:
    I.     Group_1
              1. Category_1A
                        a. Subcategory_1Ax
                        b. Subcategory_1Ay
                        c. Subcategory_1Az
              2. Category_1B
                        a. Subcategory_1Bx
                        b. Subcategory_1By
                        c. Subcategory_1Bz
              3. Category_1C
                        a. Subcategory_1Cx
                        b. Subcategory_1Cy
                        c. Subcategory_1Cz
    II.     Group_2
              1. Category_2A
                        a. Subcategory_2Ax
                        b. Subcategory_2Ay
                        c. Subcategory_2Az
              2. Category_2B
                        a. Subcategory_2Bx
                        b. Subcategory_2By
                        c. Subcategory_2Bz
              3. Category_2C
                        a. Subcategory_2Cx
                        b. Subcategory_2Cy
                        c. Subcategory_2Cz
    The subcategories are unique to their categories; just as the categories are unique to their groups. In an effort to prevent garbage coming into the metadata, and because these groups, categories, and subcategories have already been defined, I'd like them displayed as dropdown menus; Once the user has selected a group for the file, the Category dropdown would appear (or become active) and display the Category choices available only to that group, and then do the same in terms of the Subcategory.
    I'm guessing that I'll start with a closed choice, assign the values to the groups, and then write a function to display only the choices for that group in the category dropdown. Trouble is, I don't have a whole lot of JavaScript experience -- and the word I've seen tossed around in this area seems to be an Array -- so I'm wondering if I'm barking up the wrong tree. If anyone has some kind of direction to point me in, it'd be helpful.
    I'm not looking for someone to do my work for me (that's missing the point) -- this is an exercise in learning XML, Some scripting, Flash Builder, and Javascript, and I'd really like to develop it entirely myself; because I am having fun!!
    Many thanks,
    .themumm

    Do you mean the stuff from here:
    http://projects.nateweiss.com/nwdc/workcode.htm
    If so, to be honest, don't ("use it", I mean).
    It might have been a reasonable approach to this sort of thing ten years ago, but it's not a very good way of doing this sort of thing these days.
    This sort of thing is pretty easy to knock together with some HTML, JQuery to do some JS stuff and a CFC behind the scenes.
    Indeed just using some binds to <cfselect> tags would be a better approach.
    Adam

  • Application Won't Hide

    Can anyone tell me why the Hide menu item for an application is sometimes grayed out, i.e., not available? Often I try to hide an application (Safari, Mail, etc.) with Command-H but it won't hide and when I check the menu item "Application Name/Hide", the Hide item is grayed out. Sometimes if I Command-Tab through the open applications the Hide items becomes available but not always. Any explanation?

    Hi Mark,
    Go to System Preferences/Keyboard&Mouse and click Keyboard Shortcuts. Have you by chance changed a keyboard shortcut using modifier keys that might override Command + H ??
    Also, if you have upgraded to Leopard, could you please update your profile? You posted int he Leopard forum but your profile indicates you are running 10.4.5 Thanks!
    Carolyn

  • How can I get my dropdown menus to work on Safari?

    I am in a real bind here. The blog I use for my class I teach has dropdown menus, but these don't seem to work in Safari on iPad. They work just fine in Chrome, but our lovely school blocks the Chrome browser...Don't even get me started.
    Is there something I could add to the code to get these menus to work in Safari on iPad?
    The blog URL is stmlatin2020.blogspot.com
    Thanks

    Try this ...
    Tap Settings > Safari > Advanced then make sure JavaScript is switched ON.
    That site is not optimized for iOS devices. Only browsers on desktop computers suport CSS (drop down menus).

  • How do you scroll down in dropdown menus?

    On long dropdown menus where you normally get a scroll bar. Im not seeing a scroll bar in my iPad 2. How do you scroll down in these menus?

    Use two fingers on the screen to scroll.

  • Invisible dropdown Menus

    I run adobe reader XI on windows 7 professional, 32bit, i have Invisible dropdown Menus. I tried installing and unistalling. It didn't help. don't know what to do please help.

    thanks for the reply it drops down the menu i just can't see it, just like on the screen capture i uploaded. i can see the outline of the menu but no text it's just transparent. i tried the shortcuts as well still nothing.

  • Office 365: dropdown menus don't stay open + theme problem

    Hello
    I recently encountered some problems that make the Office 365 unusable. Could you help me figure it out?
    Problems:
    These problems appear in every office program: word, excel, power point...
    Windows are in some very old 98 looking theme
    Office programs appear to be in a window within a window (Image 2)
    Dropdown menus in ribbon and in settings stay open less than a second - makes them unusable
    Situation:
    Office worked well for 2 months, then problems started
    Graphic drivers are up to date
    Windows is up to date
    All the other programs work normally
    No recent hardware changes
    Comodo Internet Security installed recently
    Automatic updates enabled for pretty much everything
    When reinstalling, even the installation windows goes to 98 theme
    My actions:
    Selected default theme from control panel, no effect
    Restarted, no effect
    Reinstalled Office (Image 1), no effect
    Disabled Comodo Internet Security, no effect
    Tried running in safe mode, no effect
    My setup:
    Acer R7-572
    Windows 8.1 Pro N
    Office 365
    I would post some screenshots, but seems that it is not allowed for me.
    Any help is appreciated.

    Hi,
    Seems you've already tried lots of steps, including a complete reinstallation of Office, but to no avail. As per your description above, I'm thinking it might be something on Windows side that is interfering with Office product.
    Have you ever tried to disable the hardware graphics acceleration in Office? Sometimes a recent updated video driver might be incompatible with Office. Please have a try and see if it helps:
    Open any Office 2013 component, for example Word 2013, then go to FILE>Options>Advanced
    Tick the option of "Disable hardware graphics acceleration" under the section
    Display
    If issue persists after the steps above, I would suggest we try to perform a clean boot in Windows and then verify result. This will help to determine whether any program conflict is causing the issue:
    http://support.microsoft.com/kb/929135
    Hope this helps.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Hide the design view for the report

    Dear All,
    I would like to block or hide the design view for the Crystal report.
    Please let me know.
    Thanks,
    Raja

    Hi Raja,
    It is not possible to hide the design tab in Crystal Reports.  However,  in Crystal Reports 2008,  there is the ability to password protect a file.
    Regards,
    Wallie

  • Xp home and IE already installed. Added firefox and javascript dropdown menus not working at all. Help please

    I installed firefox on my laptop, vista and IE installed, and as yet have no problems. I decided to install firefox on my desktop with XP home and IE installed and it has created a problem. Before installing firefox I had javascript dropdown menus on my web site which I build and upload to my isp. Now I cannot get the dropdown menus to run at all on my desktop. I tried uninstalling firefox but it still doesn't work. Help would be appreciated even to get back to how it was before installing firefox.

    Yes, there is a work around by doing a forced restore to a "new iPhone", and manually synching the apps, one by one. You still can't update or delete any of them without going through this again. The only real fix will be from Apple - hopefully in 2.1 which is rumored to be released later today...
    If you read though these threads, you'll find some really excellent posts that will remind you of a 5 year old when he finds out that his new Batman suit doesn't make him fly.

  • 4.x dropdown menus are FUBAR

    Since the 4.x "upgrade" all dropdown menus and predictive popups go invisible a second after appearing. They are still there, just invisible. If you move you mouse pieces of it reappear but you have to make your choice real fast or just guess.
    3.x was flawless. I was very happy with it and would like to go back to it. Is there any specific reversion path from 4.x back to 3.x? Or do I have to uninstall 4.x then install 3.x?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

Maybe you are looking for

  • AP that will work across subnets?

    Hello, We currently have a few 2106 wireless controllers and a dozen Aironet 1121 access points at our main location. We have radius authentication as well as certificates etc. This setup works great and has for years. We have a few satellite offices

  • Error while connecting to informatica repository server

    Hi, I am trying to connect to Informatica Repository Server, and getting following error: Failure connecting to "INFORMATICA_REP_Logical"! ANOMALY INFO::: Error while connecting to informatica repository server MESSAGE::: pmrep Connect Error ========

  • Problems connecting to old account

    Have had an account but have been unable to connect to skype now for over a month.  Have tried reloading it - no joy.  If you can't assist, guess the best option is to delete this program.

  • Converting to ACH/NACHA Format

    Hi Experts, I have a requirement of extracting Off Cycle payment data & i need to download it into a flat file to presentation server in ACH Format & NACHA Format in Application Server. Since I am new to this, i dont have any idea of converting to AC

  • Textboxes are not recognizing

    hi This is ravi I am working with OATS function scripting.After my record was completed when i tried to play back the script some of the text boxes data are not recognizing by the tool. Eg:when i am recording the script i am using country name as den