Can Dropdown menu item stay on the "roll over" state while the user's mouse is hoving over the sub

Can Dropdown menu item stay on the "roll over" state while the user's mouse is hoving over the parent's sub-menus?
Thanks

Thanks for the response. My main goal here is to get the drop
down menu word "Overview" to remain red once it reaches the frame
"WhoWeAre" or "OurMission" on the main timeline. If I turn the
button inside the movie clip into an MC to do this, the drop down
menu no longer works. Any thoughts on how to get this drop down
menu to do this?

Similar Messages

  • How can I change a the dropdown menu background according to the text selected?

    How can I change a the dropdown menu background according to the text selected?

    Read here about how to use the color object correctly:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.260.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=JS_API_AcroJS.88.261.html

  • Multiple drop down menu items to populate the same separate text box. How can I do it?

    In Acrobat Pro X, I've figured out how to create a drop down menu with items that will populate a separate text box, but how can I get multiple menu items to populate the same text box. For example. My drop down menu has three items  cat, dog, mouse. I choose cat and it appears in my separate text box (hooray). Next, I choose 'dog' from the same menu. I would like it to appear in the same text box along with my previous selection 'cat.' Is this possible? I'm very new to Java Script, any assistance would be greatly appreciated! Thank you

    She is the script I'm using
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aQuotes = [3];
        // Populate the array with the paragraph text
        aQuotes[0] = "cat"
        aQuotes[1] = "dog"
        aQuotes[2] = "mouse"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
        getField("Text field 1").value = aQuotes[item];

  • Multiple drop down menu items to populate the a separate text box...more help please

    Thanks to Gilad D67 for showing me how to have multiple drop down menu items appear in a separate text box. This stuff blows my mind. Is there any script I can use to make a new drop down menu item appear in the same text box, but on a new line below a previous entry. For example. I select 'cat' from my drop down menu and it appears in my text box. Now I choose 'dog' from my menu and it appears in my text box like so  'cat dog.' Is there any way I can make 'dog' go straight to a new line automatically without having to manually go into the text box and change it?
    cat
    dog (new selection goes straight to a new line)
    Now, I don't have a clue if this is also possible, but imagine, I don't like my drop down menu selection of 'dog' and I go back into the menu and I change to 'rat' but in the text box, 'dog' still appears and 'rat' is added. Do I have to manually delete 'dog' from the text box or is there script that can do this for me.
    Any assistance would be incredible. It amazes me how people know this stuff.
    This is the script I have so far
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aQuotes = [3];
        // Populate the array with the paragraph text
        aQuotes[0] = "Use common singular nouns, plural nouns [plural ‘s’] and proper names to say what things are"
        aQuotes[1] = "Use numbers 1–10 to count"
        aQuotes[2] = "Use basic adjectives and colours to say what someone/something is or has"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
        getField("Text30").value += " " + aQuotes[item];

    You have to set the option for the text field to be multiline and then change the last line of the script to:
    getField("Text30").value += "\r" + aQuotes[item];
    To reset the field you can use a separate button with a Clear Form command, and then you just select this one field from the list.

  • I was using open office spreadsheet today and inadvertantly clicked on a menu item that caused the Apple toolbar to disappear when I am in open office.  How do I get it back at the top of my screen?  I am currently using OS 10 Lion.

    I was using open office spreadsheet today and inadvertantly clicked on a menu item that caused the Apple toolbar to disappear when I am in open office.  How do I get it back at the top of my screen?  I am currently using OS 10 Lion.

    Click on the Menu bar  and go to View .  Or, hover over where the Menu bar shiuld be and click on it when it appears.  Try quitting and relaunching Finder.

  • Show All Menu Items - On all the time - PSCS4

    I must be missing something because I'm sure Adobe would make a way to keep this feature on all the time. But I've been through the preferences and can't find it. Maybe someone can help me.
    How can I make Photoshop CS4 Show All Menu Items - All the time?
    It slows me down and frustrates me having to keep clicking on this each time I need the full menu, which is pretty much all the time.

    > Workspaces contain more than just the menus to display. If you just want to control just the menu items, go to Window> Workspace> Keyboard Shortcuts and Menus... Here you can choose 'Photoshop Defaults' from the Set: pull down on the Menus tab.
    > 'Essentials' is used Suite wide and may make more sense in some of the other products. Unfortunately, Ps was burdened with 'Essentials' and 'Basic' (effectively antonyms) in the process.
    Thank you Steve.

  • How can I scroll down the top menu list and then the sub-menu lists when the iPod click wheel is broken?

    I have an iPod Classic 4th Generation and my click wheel connection is broken and so does not work. I can still play music on my Bose dock station but I cannot choose which album I want to play because I cannot scroll down the playlists.  I can just play the first tune in the list or from where I last paused a tune. Is there a way to scroill down the list, including the top menu list, without using the click wheel?

    Index Values, I think, is the property you are looking for.  Set the index to 0 to be at the top.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Make a menu item that changes the window

    Since I am always changing the interface of Brandsonic Web, I would like to make a menu item that would allow the user to change the window to a window they like. The structure of the app is I have 3 different windows objects and I would like a way to change between them with a menu item choice. How do I go about doing this? Thanks!

    Click on the Menu bar  and go to View .  Or, hover over where the Menu bar shiuld be and click on it when it appears.  Try quitting and relaunching Finder.

  • Saving all checked menu items before closing the vi (.exe) panel to a file & restoring it later

    Hello all,
    I am using a customized menu bar for my labview application. I need to have a feature to save the context of the entire menu bar before closing the vi and also to restore it  later on reopening. Basically I have given menu items which get "checked" upon user selection. Is there any efficient way to handle this?..Though I have seen an example (under default examples which come with labview) of context saving for controls and indicators, but it is becoming tedious for menu bar as it has a lot of menu items to be saved.
    Please suggest something for this.
    Thanks

    Maintain an array that keeps track of all the menu items that become checked or are changed to a non-default status.  Every time a menu gets changed, add that to the array.  Anytime that a menu gets set back to the default value, search the array and delete that item from it.
    Now when your program closes, you have an array of everything that is non-default.  Write that out to a file.  When your program restarts, load that file and change all the menu times listed to match.

  • Menu's photoshop buttons not rolling over

    Hello all,
    I have created some layered buttons in photoshop. All is well, they roll over and work lovely in simulator but when I create a build and open it in the Macintosh DVD player the rollovers dont roll!
    What am I doing wrong?
    As always thenks in advance
    Matt

    Repeat after me: DVD is not Flash, DVD is not Flash, DVD is not Flash...
    The majority of DVD players don't have the option of rolling over as the majority of DVD players don't have a mouse attached to them.
    Layered menus use a behind-the-scenes trick to do their work, involving a series of normal menus connected with auto-activating buttons. However, you wouldn't want buttons to auto-activate with a simple rollover in a software DVD player. Therefore, software players require two clicks for layered menus: one to select (which actually just triggers the auto-activating button and hops to the "selected" menu layer), and another to activate.
    Yet another reason not to use layered menus, IMO.

  • Hi!! how can i read mails present in the sub folder from outlook inbox

    hi every one...
    i have to read a sub folder present in the inbox from outlook.
    for that i tried as
    Session session = Session.getDefaultInstance(props, null);
    store = session.getStore("pop3");
    store.connect("URL", "USERNAME","PASSWORD");
    inbox = store.getFolder("INBOX/subFolderName");but it shows an error like Folder Not Exist...
    can any one suggest me to solve this problem to read mails present in the sub folder.
    Thank you

    thank you for support guys...
    so if i am using pop3 protocal, it cant read the sub folders present in the outlook inbox ..
    is there any alternative way to achieve this ...?

  • Any time any of my usernames come up in the dropdown menu with auto complete, the font is to small and i can't read it.. is there anyway to make it bigger???

    the auto fill feature that firefox has, when i go to type in a username that's already been entered in, i cant read what i've previously put in at previous website visits. The drop down menu that shows what has previously been entered is way to small and i can't read what it says. even with the page zoomed. how can i make it bigger?

    Hello Ashley.
    You may be having a problem with some extension or plugin that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    On the other hand, you may have Firefox configured to display fonts like that. Check Tools > Options > Content > Fonts & Colors and see that the font size is not too small. In my experience, sizes bellow 16 will be way to small to read.

  • How do I make my form (list/menu) items open in the same window (self).

    Hello, the kind, brilliant people on this forum have always been able to help me in the past, so I thought I'd give it a try today. Items in a form (list/menu) that I've created are opening in a blank window (pop-up) when clicked. I would like them to open in "self" mode so that pop up blockers on various computers don't become a challenge for site visitors. Can anyone please tell me how I could make that adjustment? I selected the entire form "red dotted line" around the list and changed the "target" in the properties menu to "self". Then I selected everything on the page and still not correct. I am inserting the code below. Any assistance to get me on the right track would be GREATLY appreciated!! BTW I also made the form a library item (just in case that fact is needed). Also if you need to see the actual link it is http://www.graphicmechanic.com/DEKALBCOUNTY/index.html. The "I WANT TO" list is the part I'm referring to.
    CODE BELOW:
    <form action="" method="post" name="form1" target="_self" class="style26" id="form1">
                       <a href="#" target="_self"><span class="style26">
                       <label FOR="iwantto">I WANT TO:</label>
                       <br />
                        <img src="../images/5x5.gif" alt="layout graphic" width="5" height="5" /><br />
                        <select name="iwantto" id="iwantto" class="style55" onchange="MM_jumpMenu('window.open()',this,0)">
                          <option value="http://web.co.dekalb.ga.us/voter/#">REGISTER TO VOTE</option>
                          <option value="https://govaffiliate.ezgov.com/ezutility/index.jsp?agency=3411">PAY MY WATER BILL</option>
                          <option value="../humanserv/hs-osa-facilities.html">FIND A SENIOR CENTER</option>
                          <option value="../humanserv/hs-lou-walker.html">GET INFO ABOUT LOU WALKER CENTER</option>
                          <option value="http://www.dekalbstatecourt.net/">FILE A RESTRAINING ORDER</option>
                          <option value="http://www.dekalbcountyanimalservices.com/">REPORT A LOOSE DOG</option>
                          <option value="http://web.co.dekalb.ga.us/courts/recorders/payment.asp">GET TRAFFIC CITATION INFO</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/pistol.htm">APPLY FOR A PISTOL LICENSE</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/marriage.htm">GET A MARRIAGE LICENSE</option>
                          <option value="http://www.co.dekalb.ga.us/dekalbflic/Centers.htm#service">FILE FOR A DIVORCE</option>
                          <option value="http://www.co.dekalb.ga.us/superior/index.htm">GET INFORMATION ABOUT JURY DUTY</option>
                          <option value="http://web.co.dekalb.ga.us/taxcommissioner/search.asp">PAY MY TAXES</option>
                        </select>
                       </span>
                       </a>
    </form>

    Looks like it still isn't working. When I removed those items the drop down menu stopped working as well. I went ahead and posted yours as the correct answer. I'm convinced it's my skill level. i'm gonna do some javascript searches to see where the js code should go, it's very confusing to me. Here is that code in case anything sticks out to you or anyone else.
    <link href="../cssfiles/lbistyles.css" rel="stylesheet" type="text/css"/>
    <form action="" method="" name="form1" class="style26" id="form1">
                     <span class="style26">
                       <label FOR="iwantto">I WANT TO:</label>
                       <br />
                        <img src="../images/5x5.gif" alt="layout graphic" width="5" height="5" /><br />
                        <select name="iwantto" id="iwantto" class="style55">
                        <option value="#" onClick="MM_goToURL('self','http://web.co.dekalb.ga.us/voter');return document.MM_returnValue">REGISTER TO VOTE</option>
                          <option value="https://govaffiliate.ezgov.com/ezutility/index.jsp?agency=3411">PAY MY WATER BILL</option>
                          <option value="../humanserv/hs-osa-facilities.html">FIND A SENIOR CENTER</option>
                          <option value="../humanserv/hs-lou-walker.html">GET INFO ABOUT LOU WALKER CENTER</option>
                          <option value="http://www.dekalbstatecourt.net/">FILE A RESTRAINING ORDER</option>
                          <option value="http://www.dekalbcountyanimalservices.com/">REPORT A LOOSE DOG</option>
                          <option value="http://web.co.dekalb.ga.us/courts/recorders/payment.asp">GET TRAFFIC CITATION INFO</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/pistol.htm">APPLY FOR A PISTOL LICENSE</option>
                          <option value="http://web.co.dekalb.ga.us/courts/probate/marriage.htm">GET A MARRIAGE LICENSE</option>
                          <option value="http://www.co.dekalb.ga.us/dekalbflic/Centers.htm#service">FILE FOR A DIVORCE</option>
                          <option value="http://www.co.dekalb.ga.us/superior/index.htm">GET INFORMATION ABOUT JURY DUTY</option>
                          <option value="http://web.co.dekalb.ga.us/taxcommissioner/search.asp">PAY MY TAXES</option>
                        </select>
                       </span>
                       </a>
    </form>

  • Flyout menu items appearing on the left not right

    Since installing 14.1, flyout items in drop down menus have started appearing to the left of the drop down menu not the right.  Grateful to know how to fix this.  Thanks.

    W7 64bit.  Thank you.  You had the answer - nothing to do with CC - must have been Patch Tuesday changes that corrupted the Handedness setting. 
    In fact there is no Tablet PC Input Settings in the Control Panel.  But this worked:

  • Can't Start Up: staying in the blue screen for 8 hours...

    HELP!!!!
    My powerbook G4 can't start up
    All goes well during StartUp untill it gets to a Blue Screen
    then it stays there
    its been 8 hours so far...
    ( i can see the mouse pointer )
    This is my 3rd try -- but every time it just stuck in the blue screen stage
    Please help.

    First, I'd review the troubleshooting procedures on this page:
    http://www.apple.com/support/powerbook/
    Other things to try: remove the main battery and let the PB sit with the A/C adaptor connected for several hours. This will make sure the backup battery has some charge assuming it's not completely dead.
    Then try starting the computer with the SHIFT key depressed ("Safe mode"). This does some directory repair. If you get a desktop via a safe boot, do not try to use the computer just yet. Do a normal restart, then see if it is usable.
    If you have your system disks or the disks you used to install Tiger, dee if the computer will boot from them by holding the "C" key during boot.
    How full is you hard drive? You need a minimum of 15 percent free space for the OS to work with any efficiency.
    Because there are several variants of the 17" G4 PowerBook, it would be helpful to people here if you would add the processor speed to your equipment line. Showing how much RAM you have is also useful. That way you can get help faster because people don't have to ask first.

Maybe you are looking for

  • How to Get SWF to be Responsive in Fluid Grid Layout?

    I inserted my swf in a fluid grid layout div tag so it would fit on any screen. But no matter which Scale setting I use for the swf (noborder, default, exactfit, noscale, or showall) nothing works. Take a look This one is exactfit. It scales but does

  • Wire that goes from 90W Power Adapter a1097 to apple cinema hd display

    We lost the wire that goes from the 90W Power Adapter a1097 to the Apple Cinema HD Display. Where could I purchase another one and what is the name of this wire?

  • Unix shell script to do a cold backup

    i want to do a coldback using a unix shell script. the db capacity is around 12 Tb wen the backup is done i need to zip it too.at this moment i dont want to copy to the disk. kindly help me regarding this thanks in advance NK

  • Query on 0IC_C03 with key figures 0valstckqty and 0valstckval

    Hello Gurus, I want to make a query on  0IC_C03 with key figures 0valstckqty and 0valstckval for a single month eg October 2011. I have 0plant in rows. The problem is that I just see the key figures for planst which have movements in October 2011. I

  • Hands Free problems since ios7

    Since upgrading my iphone 4s to ios7 I cant use hands free in my (09) Mercedes A Class as the phone is not compatible!  Its been fine up to now, any ideas on a fix as I need this pdq for work?