How do i reposition a submenu BENEATH the menu?

hi, I am trying to use as little horizontal space as possible, to leave as much of the page for images as possible. i don't want the submenu sticking out horizontally from the main menu. sthank you for any help.

Hi lgj777,
Submenus of vertical menus will display adjacent to the parent menu item. They cannot be moved underneath the parent menu item.
You could create this type of effect using an accordian widget, but you would need to create your page links manually.
Please post this as a feature request in our ideas forum: http://forums.adobe.com/community/muse/ideas
Best regards,
Corey

Similar Messages

  • How can I click on "Bookmarks" in the Menu bar and it simply display my actual bookmarks rather than making me open another window and search for it?

    Just dl FF 6.x. I finally found the Bookmarks drop down by adding the Menu bar. Now, I want to click on "Bookmarks" and then simply scroll down my list of bookmarks in the dropdown. As it stands now, I have to click on "Show All Bookmarks" or "Unsorted Bookmarks" just to be able to get to my bookmarks. A huge wate of time and effort. Any way to do this like the "old way". Or I as I say it, the way that works?

    The Bookmarks sidebar is the same organization PLUS providing the same ability to search on strings within titles and url as you have on the Location Bar drop-down (AwesomeBar features).
    To see the same on the sidebar
    * Bookmarks Toolbar - - don't expand
    * Bookmarks Menu -- Expand just one level, collapse sub-levels below that -- looks same
    * Unsorted Bookmarks -- don't expand
    Same organization, don't see how you can be lost. You may prefer the always collapsed Bookmarks (menu).
    To put things back to how you were used to, which is more efficient and takes up the same amount of space if you use styling in addition to steps 1-10 when compared to the inadequately featured poorly designed 4.0 style.
    You can make '''Firefox 6.0.2''' look like Firefox 3.6.*, see numbered '''items 1-10''' in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 thru 8.0, look like 3.6)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface
    There is a lot more beyond those first 10 steps listed, if you want to make Firefox even more functional.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • How to display all important keys in the menu at runtime...?

    Dear All.
    I need a urgent help from forms guru's,my requirement is i need to display all the necessary keys on the menu option i.e keys(if you press ctrl+F1) at forms runtime.if you see only un necessary keys are displayed instead of the very basic keys like Enter Query and Execute Query. how can i display those keys. see the below unwanted keys which showing default.
    Function Key
    Cancel Esc
    Clear Field/ITem Ctrl+u
    Delete Backward Delete
    Delete Backward Backspace
    Display Error Shift+F1
    Left Left
    Return Enter
    Right Right
    Show Keys Ctrl+F1
    i have tried numurous way to do so but at last i cound't.
    i need to display something like
    Enter Query F7
    Excute Query F8
    Sace F10
    it would be great if anyone can give me the idea. i have refered many document and i have changed all the posibilities in frmusw.res file through terminal.
    Thanks in Advance

    Matthew,
    Please see this post:
    https://discussions.apple.com/message/24421822#24421822

  • My iPad mini displays i0S 6 and won't bring up the main menu. How do I get it to show the menu?

    My iPad mini displays iOS 6 and won't bring up the main menu. How do you get it to access the main menu?

    Reboot your iPad and see if that lets it start up properly.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If this doesn't work, you may have to restore your iPad using iTunes on your computer.

  • How to unhide an icon/application from the menu??!!

    i hid one of my applications and have to search for it everytime i want to access it, how do i unhide it???
    Solved!
    Go to Solution.

    If you've hidden it, press the Menu key > Show all.
    You'll find the ghosted icon and scroll to it > Press menu > Unhide
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to display content dynamically base on the menu selection?

    I have only one XML file to populate my menus and display the
    content base on the menu selection.
    If I select anything by name on the menus, example Math all
    the the Math products will display on the dsFeatures region.
    I use istinctOnLoad: true, distinctFieldsOnLoad:['name']
    function to remove duplicate rows from the data set when it loads.
    So far so good.
    Once I try to select from the grades menu this does not
    display anything.
    I'll need to dynamically change the dsFeatures.setPath when I
    click on the menus some how.
    dsFeatures.setXPath("products/product[grade =
    '"+???+"']/features/feature");
    Below is my code.
    XML used to create the menus and the display the content.
    <products>
    <product>
    <name>Math</name>
    <category>Life Math</category>
    <grade type="grade">Grade 6 - 8</grade>
    <subject>Life Math Grade 6 - 8</subject>
    <image>images/math_icon.png</image>
    </product>
    <product>
    <name>Math</name>
    <category>Division</category>
    <grade type="grade">Grade 5</grade>
    <subject>Life Math Grade 5</subject>
    <image>images/math_icon.png</image>
    </product>
    <product>
    <name>Science</name>
    <category>Life Math</category>
    <grade type="grade">Grade 6 - 8</grade>
    <subject>Life Science Grade 6 - 8</subject>
    <image>images/science_icon.png</image>
    </product>
    <product>
    <name>Social Studies</name>
    <category>Studies</category>
    <grade type="grade">Grade 5</grade>
    <subject>Social Studies Life Grade 5</subject>
    <image>images/social_icon.png</image>
    </product>
    <product>
    <name>Language Arts</name>
    <category>Life Arts</category>
    <grade type="grade">Grade 3 - 4</grade>
    <subject>Life ArtsGrade 3 - 4</subject>
    <image>images/language_icon.png</image>
    </product>
    </products>
    // Get all the products data and use distinct() to filter the
    names.
    var dsProducts = new
    Spry.Data.XMLDataSet("included/d_products.xml",
    "/products/product", { useCache: false, distinctOnLoad: true,
    distinctFieldsOnLoad:['name']});
    // Get the menu by grade using distinct()
    var dsByGrade = new Spry.Data.XMLDataSet(null,
    "/products/product/grade", { useCache: false, distinctOnLoad: true,
    sortOnLoad: "grade", distinctFieldsOnLoad:['grade'] });
    // Create the dsFeatures data set, pass a null for the URL
    parameter so that it doesn't load
    var dsFeatures = new Spry.Data.XMLDataSet(null,
    "/products/product[name = '{dsProducts::name}']/features/feature",
    { useCache: false });
    // Define a function that to register as an observer on
    dsProducts.
    function updateCategoriesAndFeatures(notificationType,
    notifier, data)
    // Interested in "onPostLoad" notifications.
    // If it is any other notification, just bail.
    if (notificationType != "onCurrentRowChanged" &&
    notificationType != "onPostLoad")
    return;
    // Received an "onPostLoad" or "onCurrentRowChanged
    notification
    // from dsProducts! Ask it for its XML document. If it has
    one, tell
    // dsFeatures to extract its data from that document.
    var doc = dsProducts.getDocument();
    if (doc)
    if (notificationType == "onPostLoad")
    dsByGrade.setDataFromDoc(doc);
    dsFeatures.setDataFromDoc(doc);
    // Register the function as an observer on dsProducts.
    dsProducts.addObserver(updateCategoriesAndFeatures);
    Menus:
    Display by names:
    <ul spry:region="dsProducts" id="nameRegion">
    <li class="product" spry:repeat="dsProducts"
    spry:setrow="dsProducts" spry:select="selected" spry:hover="hover"
    >{name}</li>
    </ul>
    Display by grades:
    <ul spry:region="dsByGrade" id="gradeRegion">
    <li class="grade " spry:repeat="dsByGrade"
    spry:setrow="dsByGrade" spry:select="selected" spry:hover="hover"
    >{grade}</li>
    </ul>
    Content.
    Display the features content:
    <ul spry:region="dsFeatures">
    <li spry:repeat="dsFeatures">{subject} <br />
    {image}</li>
    </ul>
    Any idea on how to go about this or pointer to an example
    would be appreciated.
    ~Cheers

    Does anybody have idea?

  • How to give link to submenu of the menubar Pls help me

    Dear Sir,
    I am new in Flex, i want to know that how can we give to link for
    child in menuBar, for new window open.
    I created one parent.mxml with menus and submenu's
    i created one component.mxml with different fields
    So i want to link component.mxml to one of the child menu.
    Thanks
    Vigin Kurakar

    <?xml version="1.0"?>
    <!-- Simple example to demonstrate the MenuBar control. -->
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="initCollections();" >
         <mx:Script>
              <![CDATA[
                   import mx.collections.*;
                   import mx.controls.Alert;
                   import mx.events.MenuEvent;
                   [Bindable]
                   public var menuBarCollection:XMLListCollection;
                   private var menubarXML:XMLList =
                        <>
                             <menuitem label="Menu1" data="top">
                                  <menuitem label="MenuItem 1-A" data="1A"/>
                                  <menuitem label="MenuItem 1-B" data="1B"/>
                             </menuitem>
                             <menuitem label="Menu2" data="top">
                                  <menuitem label="MenuItem 2-A" type="check"  data="2A"/>
                                  <menuitem type="separator"/>
                                  <menuitem label="MenuItem 2-B" >
                                       <menuitem label="SubMenuItem 3-A" type="radio"
                                            groupName="one" data="3A"/>
                                       <menuitem label="SubMenuItem 3-B" type="radio"
                                            groupName="one" data="3B"/>
                                  </menuitem>
                             </menuitem>
                        </>;
                   // Event handler to initialize the MenuBar control.
                   private function initCollections():void {
                        menuBarCollection = new XMLListCollection(menubarXML);
                   // Event handler for the MenuBar control's itemClick event.
                   private function menuHandler(event:MenuEvent):void  {
                        // Don't open the Alert for a menu bar item that
                        // opens a popup submenu.
                        /* if (event.item.@data != "top") {
                             Alert.show("Label: " + event.item.@label + "\n" +
                                  "Data: " + event.item.@data, "Clicked menu item");
                        var menuItem:String = event.item.@data;
                        switch(menuItem){
                             case "1A":Alert.show("1-A")
                                  break;
                             case "2A":Alert.show("2A");// herer the 2A is in a different level altogether
                                  break;
                             //go on like this
              ]]>
         </mx:Script>
         <mx:Panel title="MenuBar Control Example" height="75%" width="75%"
                     paddingTop="10" paddingLeft="10">
              <mx:Label width="100%" color="blue"
                          text="Select a menu item."/>
              <mx:MenuBar labelField="@label" itemClick="menuHandler(event);"
                             dataProvider="{menuBarCollection}" />
         </mx:Panel>
    </mx:Canvas>
    somthing like this will work for you.
    ref: http://examples.adobe.com/flex3/componentexplorer/explorer.html
    If you have any trouble go to the above link and view the examples, you will get good idea on all of the components.

  • I changed my "View" to Full Screen..How do I change it back since the Menu Bar with "View" is no longer available in "Full Screen" ?? I tried Esc but that does not work ..

    I used the VIEW tab at the top left to change my View to "Full Screen".
    Now I cannot access the VIEW tab to change it back. How do I change it back so that that Menu will show at the top of my screen??

    Some choices:
    # F11 toggle Full Screen
    # Move mouse up through the top of the screen to menu bars, if you show them
    # "Alt+V" -- to bring up the View Menu
    More information:
    * '''Firefox and other Browser Keyboard Shortcuts''' (Comparison Table)<br>http://dmcritchie.mvps.org/firefox/keyboard.htm
    * '''Keyboard shortcuts''' | How to | Firefox Help<br>https://support.mozilla.com/kb/Keyboard%20shortcuts
    * '''Netbooks''' - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Netbooks

  • How do I get my bookmarks from the menu to the toolbar

    After an update my bookmarks in the side bar disappeared, they were replaced with 3 bookmarks/place holders that say (no title). I can see my bookmarks when I click on the bookmarks pull down menu, they still work. How do I get all those bookmarks back in my side bar?

    See http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • My Norton Tool Bar became deleted somehow. I need it so my Norton Internet Security Auto Fill feature will work. How do I get this back on the menu bar?

    My Firefox Browser page use to have a Norton Safe Search Bar within the tool bar area. It has to be active thereon otherwise the Auto Fill feature of Passwords for websites I visit - which require my user name AND password - will not be filled in automatically by the Norton Internet Security 2011 software that I have on my computer.
    My Question: HOW do I get that Norton Search Bar back on my Firefox Browser Page?

    I had the same problem before, but i figured it out. This answer might be a bit late now....
    1. Open the Norton program.
    2. Scroll under PC protection and select Run Live Update
    3. Repeat step 2 until there isn't anymore updates available.
    4. Restart the PC
    5. Open Firefox browser
    6. If the toolbar isn't there, press Ctrl+shift+A
    7. Under extensions enable the Norton toolbar.

  • 2 menus: how do I end jump back to the menu I was just in?

    Hello,
    I'm fairly new with DVD SP, but am happily hacking my way around. From what I've read, I believe the answer to my question lies with Scripts, which I'm not familiar with and found the official documentation on it a little thin.
    Perhaps someone can help out with the following...
    I have 2 menus pointing to the same Track. That Track has several elements in it, all Chapter Marked. On the two menus, the buttons point to each of those tracks, and the chapters play fine.
    The problem is with the end jump of each chapter. Currently, I have it set to return to Menu 1, but ideally, if my last chapter was selected from Menu 2, I would like for the end jump to send the user back to Menu 2, not Menu 1.
    Again, I'm totally novice with scripts. If this is too complicated to explain, can anyone direct me to some documentation somewhere that would narrow this technique down for me?
    Thanks in advance,
    Alain
    MacBook Pro 2.16GHz Intel Core Duo   Mac OS X (10.4.8)   2 GB Memory

    Take a look here
    http://dvdstepbystep.com/stories_details.php
    You can set the stories so that each one jumps to a different place
    1.) Remove all jumps from the markers outside the story
    2.) Make the stories by dragging the markers you want to play (they can be identical, so each story can play marker 1,2,3 for instance)
    3.) If story A called from menu 1, set end jump for story A to menu 1

  • How to add fly out menus in the menu list on right top corner of photoshop plugin ?????

    ??

    Check out this sample:
    Samples/CEP_HTML_Test_Extension_5.0 at master · Adobe-CEP/Samples · GitHub
    See the "HTML Features" section, Flyout menu
    while waiting for the native thing, it's a viable workaround.
    cheers
    Davide Barranca
    www.davidebarranca.com
    www.cs-extensions.com

  • How to show an arrow sign in the menu item area?

    Hello,
    Want to show an arrow sign which points to the right and represents the right direction shortcut key in a menu item area. In the "NewMenuItem()" , if specifing 'VAL_RIGHT_ARROW_VKEY' as the shortcut parameter, it just shows the word "Right" not what I expected the arrow sign.
    David

    Hi JR,
    That means I must add a sub item, and it will popup a specified menu window, it likes the following picture:
    But I just want approch this effect:
    this shoud be a panel not a sub menu.
    David

  • How to hide a site in the menu bar?

    How can I hide a site in the menu bar? When I open my page it starts with a flash intro. I don't want to have the site with the intro in the menubar. how can i hide it?

    If I've understood correctly... go the the 'Plan' view in Muse and right click on your Flash intro page you can select 'Menu Options > Exclude Page from menus'.

  • Hi, my Hotmail and icloud mailboxes have disappeared underneath the menu bar. If I drag the screen down I can see them but they pop back up wheb I try to click on them.  How do I fix this?

    My mailboxes have disappered under the menu bar at the top of the screen.  Ican see them if I drag the screen down but they pop back up when I try to click on them.  How can I drag them down below the menu bar?

    Well, in the end I contacted Apple and it was rather hit and miss but the problem was solved by deleteing the com.apple.mail.savedState file.  It took them a bit of time to sort it out and I had to be promoted up the chain of support but it worked.  Hope this is of use to others with the same problem,

Maybe you are looking for

  • Magic mouse freezes

    magic mouse freezes and freezes apps and the whole computer. another keyboard and mouse work fine. yes, I changed to new batteries on both. is it mechanical or a softwear problem? I have a newish imac and 10.7.3

  • E9280t boots to Starting Windows and then monitor loses signal

    PC just arrived last night and is giving me fits. Upon boot it will proceed to the Starting Windows and then the monitor goes black and I get a No Input Signal message. I can hear the Windows startup sounds but it will never go any farther. I can fur

  • "Sync Services" try again later---what's that?

    I've gotten this message a few times. I had purchased a 32g Touch for my daughter as a graduation from MS present. When I connect it to my laptop, it says it's syncing, then I get an error message saying that it couldn't relay data from "sync service

  • Which generation is the current iPod classic?

    Which generation is the current iPod classic?

  • Disk Cloning

    Hey folks, I have an SSD for my (E31 w/windows 7 Pro x64) system disk, and a 1 TB HD with three partitions on it... As an additional safety measure I'd like to clone my system disk to the spare storage I have on my HD. Yes I know about the source > d