A drop down menu that well doesnt drop down help is needed. ty

So my proof of concept is below. i followed this video tutorial http://www.tutvid.com/tutorials/flash/tutorials/dropDownMenu.php and i came across a problem.  the green bar is a menu that lights up and drops a menu down.  I created the buttons, then followed by a layer that is the drop down layer that includes an internal layer of a mask layer that drops down.  In that sub layer i put in on frame 1 stop(); and on frame 6 stop in a an action script layer.  then going back to the initial scene one i gave the drop down menu an instance name and then went into the button layer and gave it some action script below
on(rollOver){
     contactMenu.play();
I test the movie no errors just nothing seems to be triggering the menu to do anything, i mean it use to light up now nothing its a dead energizer bunny.  I'm up for any suggestion solutions ideas thoughts.  or plans to conquer the world.  have a pretty solid deadline tomorrow.  any help is appreciated!!!

what's the following trace() show when you roll over the object to which it's attached:
on(rollOver){
trace(contactMenu);
contactMenu.play();

Similar Messages

  • I have a new Ipad and when I try to buy an app it asks for my  questions! I dont remember them so I press the button that send me an email to reset them. Ive sent it various times but it doesnt arrive. please help I need this app for school!!!

    I have a new Ipad and when I try to buy an app it asks for my  questions! I dont remember them so I press the button that send me an email to reset them. Ive sent it various times but it doesnt arrive. please help I need this app for school!!!

    See Kappy's great User Tips.
    See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities https://discussions.apple.com/docs/DOC-4551
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Send Apple an email request for help at: Apple - Support - iTunes Store - Contact Us http://www.apple.com/emea/support/itunes/contact.html
    Call Apple Support in your country: Customer Service: Contacting Apple for support and service http://support.apple.com/kb/HE57
     Cheers, Tom

  • Drop Down Menu going up in IE 8- HELP!

    I'm new to using the spry widgets in CS3 Dreamweaver, and I'm trying to create my first horizontal menu where one of the items will have a drop down menu.  It works in all browsers except for IE8, where it starts at the top of the page and goes down.  I've tried adjusting the css for this in a few different ways based on some of the forums I've read, but I still can't get it to work.  Could someone look at the css code (below), and let me know how to fix this.  Any assistance or advice would be greatly appreciated.  Thanks Much!!!
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 150;
    list-style-type: none;
    font-size: medium;
    cursor: default;
    width: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    top:0;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8em;
    position: absolute; 
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    top:0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute; 
    margin-top: 0%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0; 
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #000000;
    padding: 0.5em 0.75em;
    color: #FFFFFF;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #C41E3A;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #C41E3A;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
      position: absolute; 
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;

    Remove the red coloured part
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
    top:0;
    or start again with the original SpryMenuBarHorizontal.css and follow the rules as in http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one.
    Either way will get you back on track.
    Good luck.
    Ben

  • Updating drop down menu depending on another drop down menu

    Hi!
    I'm making this questionnaire, and it has 10 questions (q01 to q10).
    Each question has 4 sub-questions with an associated drop-down menu (q01L1 to q01L4, q02L1 to q02L4, etc.).
    The values available to select from the drop-down menu are: 1, 2, 3, and 4.
    For each sub-question, the user has to select a value (1, 2, 3, or 4), and that value can only be selected once for each question as a whole.
    I suppose that JavaScript will be able to remove, update, or rebuild the other drop-down menus according to the answer given to each sub-question. How can it be achieved? I have no idea how to make that happen. Could you help?
    Thanks.
    For example :
    This is what the user actually see BEFORE filling the question :
    Question 1 : When disagreeing on points of view, I get influenced by
    [Drop-down menu 1] : The tone/volume of voice of the person with whom I speak.
    [Drop-down menu 2] : My capability or incapability to understand the point of view of the person with whom I speak.
    [Drop-down menu 3] : The logic and the rationale on which the person with whom I speak bases his/her opinion.
    [Drop-down menu 4] : Whether or not the person with whom I speak is sensible to what I may feel.
    The following is for you to visualise the way I named the fields in the PDF questionnaire :
    q01 : When disagreeing on points of view, I get influenced by
    q01L1 {1,2,3,4} : The tone/volume of voice of the person with whom I speak.
    q01L2 {1,2,3,4} : My capability or incapability to understand the point of view of the person with whom I speak.
    q01L3 {1,2,3,4} : The logic and the rationale on which the person with whom I speak bases his/her opinion.
    q01L3 {1,2,3,4} : Whether or not the person with whom I speak is sensible to what I may feel.
    q01 = the name I gave to the question 1
    L1 = the name I gave to the sub-question 1
    q01L1 = the name I gave to the drop-drop menu of the sub-question 1 of the question 1
    {1,2,3,4} = the answers the user can select from the menu.
    The user can answer :
    4 : The tone/volume of voice of the person with whom I speak.
    2 : My capability or incapability to understand the point of view of the person with whom I speak.
    1 : The logic and the rationale on which the person with whom I speak bases his/her opinion.
    3 : Whether or not the person with whom I speak is sensible to what I may feel
    But cannot answer :
    4 : The tone/volume of voice of the person with whom I speak.
    2 : My capability or incapability to understand the point of view of the person with whom I speak.
    1 : The logic and the rationale on which the person with whom I speak bases his/her opinion.
    4 : Whether or not the person with whom I speak is sensible to what I may feel
    This is where the JavaScript comes into play. What can be done to remove, update, or rebuild the other drop-down menus according to the answer given to each sub-question?
    If the user answers 4 to q01L1, the 3 other drop-down menus should look like this
    4 : The tone/volume of voice of the person with whom I speak.
    q01L2 {1,2,3} : My capability or incapability to understand the point of view of the person with whom I speak.
    q01L3 {1,2,3} : The logic and the rationale on which the person with whom I speak bases his/her opinion.
    q01L3 {1,2,3} : Whether or not the person with whom I speak is sensible to what I may feel.
    And then, if the user answers 2 to q01L2, the 2 last drop-down menus should look like this
    4 : The tone/volume of voice of the person with whom I speak.
    2 : My capability or incapability to understand the point of view of the person with whom I speak.
    q01L3 {1,3} : The logic and the rationale on which the person with whom I speak bases his/her opinion.
    q01L3 {1,3} : Whether or not the person with whom I speak is sensible to what I may feel.
    And so on.
    Message was edited by: einsteinbqat

    I'm sure that question is an FAQ in whatever language you're asking about. But you should really find the forum for that language. This is the forum for Java programming and that ain't Java.

  • Drop Down Menu Selection - Make Other Drop Down Menus Visible

    I am having some trouble with a simple if-else statement. When a certain selection is made in a drop down box, I would like two other drop down menus to appear. (At runtime, they are hidden.) The current problem is that when I try and select anything in the drop down menu, it will only allow me to select this one option. (If I try to select anything else, it reverts back to the same thing every time.) If I set the "if" statement to trigger for something else, then that option is all it will display and so on. I have made plenty of these types of scripts in other areas of this PDF, but I can't figure out why it isn't doing what I want it to now.
    The "change" event is what I currently have this set to. I have also set it for the "enter" event with no change.
    if (this.rawValue = "Ankle/Brachial Index (ABI) - 93922")
    ABI.presence = "visible"
    TBI.presence = "visible"
    else
    ABI.presence = "hidden"
    TBI.presence = "hidden"
    If there's a better way to do this than the method  I am attempting to use, please don't hesitate to suggest it. I am definitely open to learning new methods.

    Thanks, man! I knew it was something simple I was missing. Those are my favorite kind of fixes.

  • Trying to create a drop down menu in numbers...please help

    Hi
    Can anyone indicate how to go about creating a drop-down menu.
    Thanks in advance

    Hi Meela,
    Welcome to Apple Discussions and the Numbers 08 forum.
    Check page 66 of the Numbers User Guide supplied with your copy of iWork. The guide refers to them as "pop-up" menus, so a search using "pop-up" will be more successful than one using "drop down".
    Essentially the process is:
    Click on the cell to select it.
    Open the Inspector and choose Cell Format (icon is a cell containing 42)
    Click the Cell Format menu and select Pop-up Menu from the bottom of the list.
    Double click an item in the list to edit it. Click the + button to add an item, the - button to delete the selected item.
    Done.
    Regards,
    Barry

  • Flex 4.6 Drag and Drop: an event that fires when dropped on invalid drop target?

    Is there an event or condition somewhere in the DragManager to differentiate between an item that is eitther dropped on an invalid  or a valid drop target?
    I need to re-populate data to the original container after the drop has occured, however i can't seem to find any event or condition that would indicate if the dragged item was dropped on a valid or invalid target? Thanks in advance.

    Older machine = Windows XP
    Newer = Windows Vista

  • How can I create a sub down menu specific for the first down down menu response

    I want to create a survey that has a drop down menu, for example first listing the state. Based on the answer the next drop down menu will only have the cities in that state selected to choose from

    Hi,
    You may want to use the skip logic rule (available to paid users), https://www.acrobat.com/formscentral/en/library/skip.html
    You will not be able to automatically change the second drop down choices , i.e., show/no show based on previous response, but with skip logic rule you could create multiple drop down fields so that each one of these drop down fields will only show based on the previous response.
    Hope this helps,
    Thanks,
    Lucia

  • Java Script Drop Down menu is not working someone please helP!!!!!

    Okay will I had a domain hostlyon.com which was changed to
    hostlion.net . Anyhow when i re uploaded all the files to my new
    domain my drop down javascript wasn't functioning properly .... the
    menu didn't drop down.
    When you go to hostlyon.com it works... but on my new domain
    it doesn't work. What might be causing the problem..... someone
    please help!!!!

    watzursn wrote:
    > Okay will I had a domain hostlyon.com which was changed
    to hostlion.net .
    > Anyhow when i re uploaded all the files to my new domain
    my drop down
    > javascript wasn't functioning properly .... the menu
    didn't drop down.
    >
    > When you go to hostlyon.com it works... but on my new
    domain it doesn't work.
    > What might be causing the problem..... someone please
    help!!!!
    >
    Error: ypSlideOutMenu is not defined
    Source File:
    http://hostlion.net/
    Line: 1
    Mick

  • I have Apple O/S 10.6.7 and Firefox 4 and when I play a homemade slideshow/movie from my webgallery it plays correctly the first time, and then play upside down after that, unless I shut down Firefox and then restart it...why?

    I discovered this incompatibility (?) with the help of a Sr. Advisor from Apple. I have uninstalled Firefox and the plist and reinstalled it and the same thing happened. Is there something that I can to do circumvent this problem?

    I discovered this incompatibility (?) with the help of a Sr. Advisor from Apple. I have uninstalled Firefox and the plist and reinstalled it and the same thing happened. Is there something that I can to do circumvent this problem?

  • How do i create a drop-down menu in SharePoint that redirects to a new page?..

    Helly everyone, i have a question and really hope someone can help me out here:)
    In SharePoint i want to create a drop-down menu that has the possibelty to redirect to other websites.
    I fount the code below and it works but just not in SharePoint:(
    It only shows the drop-down list but it doesn't redirect you to another website if you click on a site.
    Can someone please help me out because it's really getting frustrating.
    <form method="post" action="" name="">
    <select name="select15" onChange="window.open(this.options[this.selectedIndex].value,'_parent')">
    <option selected>Please Select Site to Visit</option>
    <option>---------------------------------------------------</option>
    <option value="http://leedssocialclubs.co.uk">Leeds Social Clubs </option>
    <option value="http://yahoo.co.uk">Yahoo </option>
    <option value="http://msn.com">MSN </option>
    <option value="http://Moonfruit.com">Moonfruit </option>
    <option value="http://burystaffhire.moonfruit.com/#/home/4548482603">Bury Staff Hire</option>
    </select>
    </form>

    <form>
    <select name="URL" onchange="window.location.href=this.form.URL.options[this.form.URL.selectedIndex].value">
    <option value="">Choose a site</option>
    <option value="http://webdesign.about.com/">Web Design Front Page</option>
    <option value="http://webdesign.about.com/library/beginning/bl_begin.htm">
    Beginning HTML</option>
    <option value="http://webdesign.about.com/od/javascript/">JavaScript Help</option>
    </select>
    </form>
    Demo url
    http://webdesign.about.com/od/examples/l/blfaqddredirect.htm
    script url
    http://webdesign.about.com/od/javascript/a/aa050701a.htm
    For me it is working fine

  • How do you Make an Interactive Drop Down Menu in Adobe Acrobat Pro That Uses Hyperlinks?

    Hi first off let me point out and apologise in advance for my ignorance and possibly my misuse of the correct terms, I'm new to this.
    Anyway here goes, my best attempt to try and explain myself. Using Adobe Acrobat Pro I am trying to create a drop down menu that lists a set of documents. Once you click an item in the drop down menu it then opens up the corresponding document. So far example the Menu reads "Documents" and below it there is three options "Dogs" "Cats" "Hotdogs" when you click on "Hotdogs" you open up the document for hotdogs etc.
    I have actually done it once before using Javascript and a combo box and I think basically you buried the links to documents in a series of bookmarks, the Javascript code then was basically a shortcut to activate those bookmarks.
    So in short, could someone please tell me the code I would need to make this happen? I have looked extensively for the right forum post to see if my question has already been covered but I couldn't find anything and I possibly could have been using the wrong search terms.
    Please ask me to clarify anything to help you understand what it is I'm asking.
    Thank you in advance for all your help.
    Elliot.

    Hey I think I found a solution to my own problem I made an "OK Button" right click>properties>actions>select action>run a javascript>add - and executed this code:
    function searchBookmarks(bkm, nLevel, bkmName)
      if ( bkm.name == bkmName ) return bkm;
      if (bkm.children != null) {
      for (var i = 0; i < bkm.children.length; i++)
      var bkMark = searchBookmarks(
      bkm.children[i], nLevel + 1, bkmName);
      if ( bkMark != null ) break;
      return bkMark;
      return null;
    function bookmarksAsPopUp(bookmarks)
       if(bookmarks && bookmarks.children)
         for(var i=0;i<bookmarks.children.length;i++)
      bookmarkName = bookmarks.children[i].name.replace(/\s{2,}/g,' ');
      while (bookmarkName.indexOf(String.fromCharCode(11)) > 0)
      bookmarkName = bookmarkName.substring(0,bookmarkName.indexOf(String.fromCharCode(11))) +" "+ bookmarkName.substring(bookmarkName.indexOf(String.fromCharCode(11))+1)
      popUp = popUp+"{cName: '"+bookmarkName+"', cReturn: '"+bookmarkName+"'" ;
      if(bookmarks.children[i].children)
              popUp = popUp + ", oSubMenu: [";
       bookmarksAsPopUp(bookmarks.children[i]);
       popUp = popUp + "]";
      popUp = popUp+"}";
      if (i != bookmarks.children.length-1)
      popUp = popUp+", "
       return popUp;
    var popUp = "";
    bookmarksAsPopUp(this.bookmarkRoot);
    var cChoice = eval("app.popUpMenuEx(" + popUp + ")" ) ;
    bkm = searchBookmarks(this.bookmarkRoot, 0, cChoice );
    if ( bkm != null ) bkm.execute();
    Then you can just add your own bookmarks and they populate the pop-up menu automatically (including the hierarchy sub menu structure, you nest bookmarks within a main book mark.) which is a more efficient way than the one I used before.
    I take no credit for this by the way my source is here PDF Bookmarks as a PopUp Menu | The Practical:PDF Blog
    I hope this helps anybody looking to do the same.

  • Drop down menu sizing

    I am fairly new at flash and am working on some pretty basic concepts. What I have recently done is create a drop down menu that will work in conjunction with the rest of my site. The problem that I am having is that if I set the document size large enough for the entire drop down menu it leave me with a lot of blank space on my html page. In html I can adjust margins to use that space but then my drop down menus fall behind the html code. I am using CS3 and AS3.0. Any suggestion would be greatly appriciated. Thanks in advance.

    well mark,
    since nobody had the heart to tell you ...
    you're a dummy!
    the attachments you were messing with, happen to be pdf's and eps's.
    these files don't offer the same sizing, preview, adjustment option as a simple jpeg.
    and yes, for the poor soul reading this, i'm answering my own question.
    problem solved.
    hope my struggle helps somebody.
    m.

  • Satellite A300 Function keys drop down menu not displaying

    Hey guys,
    i think when i was deleting a whole heap of programs i may have deleted something i shouldn't have by accident. When i press and hold the Fn Key and then press one of the function keys (F1-F12), the computer no longer displays the drop down blue menu that it used to. The function key still works but i can no longer see what function i have selected. (i.e. turn blue tooth on/off or see which monitor i am selecting) The light still illuminates on the key board to indicate that i have pressed the function key it is just the drop down menu no longer appears.
    Any help you can give would be great.

    Hmm thanks for that the problem is that during the deletion of all the programs i also did a clean and removed all my restore points as well, will this stop me from restoring the OS or can i still do this, also not sure if i can install VAP. given i didn't look for or delete the previous one (may be the problem) but before i came to the forums here i found and tried to install the new VAP and it couldn't find the files required for it and shut itself down.
    Thanks for replying i will see what i can do.

  • CSS Drop down menu; how to align the right edge of drop down and parent menu?

    Hello everyone,
    I have a drop-down menu that is currently working well.
    The only change I need to make is to have the right edge of the  drop-down menu to align with the right edge of the parent menu. When you  hover over the menu, it currently "drops" down and to the right, with  the left edges aligned.
    I want the menu to "drop" down and to the left, so the right edges are aligned.
    I have tried fiddling with floats and absolute/relative positioning. I'm not sure what needs to be changed.
    Any help you can provide is greatly appreciated! I'm learning via "cut and paste", so please go easy on any terminology you may use.
    Thank you!
    Here is my code:
    .chromestyle{
         width: 100%;
         font-weight: bold;
         float: left;
         height: 29px;
    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    .chromestyle ul{
    border: 0px solid #BBB;
    width: 100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: right; /*set value to "left", "center", or "right"*/
    .chromestyle ul li{
    display: inline;
    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    /* ######### Style for Drop Down Menu ######### */
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    .dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;

    Try this:
    .chromestyle{
         font-weight: bold;
         height: 29px;
    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    .chromestyle ul{
    border: 0px solid #BBB;
    width:100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    .chromestyle ul li{
    display: inline;
    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    /* ######### Style for Drop Down Menu ######### */
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    visibility: hidden;
    text-align:left;
    .dropmenudiv a{
    width: auto;
    display: block;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Can you facetime from imac i5 to an ipad2 using the same apple id on both devices?

    i'm pretty sure you can't but before i set up another email address just so i can facetime the ipad2 i thought i'd ask. thank you in advance for any answers!

  • Acrobat pro vs preview

    Hi, I work with Acrobat X Pro. Documents opened in Acrobat are viewed on screen in poor quality. Viewed in Preview they have excellent quality. Pdf's generated with Logic Pro X have -on screen- grey shadows. Does anyone know how to resolve this probl

  • New Nano say it is full, but nothing in it

    I tried to set up a new Nano (1GB) for friends today. This Nano was purchased for a 45+ individual who is physically and mentally handicapped. His parents are Wintel users (real novices though) and I offered to load his music via my computer (new Mac

  • Flash won't download

    I'm trying to install flash player and it gets to 25% and just stops downloading. I waited for several hours and it's just stopped.I'm trying to install flash player and it gets to 25% and just stops downloading. I waited for several hours and it's j

  • Can cloud files be accessed on a kindle fire?

    I can not get to my cloud account on my kindle at all?  I get an "error 404" before even getting to log in?