Drop down menu button will not change color

I have built a 6 button  rollover dropdown menu bar in Flash CS4
On five of the dropdown menus I can get the buttons to change color
On the fifth dropdown I can see the button, but when rolled over I can't get the color to change.
I have moved the buttons on the fifth drop down to the first drop down button and they work perfectly.
Is this a bug in Flash CS4 or......
thank you
Sb!

I appreciate your reply but those arrows were not the ones I was trying to describe. In the same box where you would type your web address on the far right is a small star and then next to it an arrow pointing down. If you click on this arrow, it normally drops down a list of the websites you commonly use. Or, if you are on a website ordering something, there might be a similar arrow that you need to select in order to choose which shipping you might want such as ground, next day air, etc., these are the kinds of arrows that are not working correctly now. Any ideas on these? Thanks for trying to help me.

Similar Messages

  • Some functions, (delete, move, anything with a drop-down menu, etc), will not work in Yahoo Mail since upgrading to Firefox 7. I've switched back to Yahoo Mail Classic and that seems to work fine, so far.

    I'm used to the new mail. It was a pain to find out how to switch to classic. On a side note, What is with the constant re-hauls/updates? It's getting tiresome, constantly encountering problems like this each time. I like Firefox and don't want to switch...........

    I'm used to the new mail. It was a pain to find out how to switch to classic. On a side note, What is with the constant re-hauls/updates? It's getting tiresome, constantly encountering problems like this each time. I like Firefox and don't want to switch...........

  • Cs4 vertical drop down menu button malfunctioning

    I need some help please.  My vertical drop down menu buttons have started to get small when you hover over them. They have been working great for over a year and now have started to do this. I don't know how to help the situation. gobhi.org
    thanks!

    That's because you have set the font-size to 18% on hover & focus.  Change it to 100%.
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        color: #FFF;
        font-size: 18%;
        font-size:100%;
    Nancy O.

  • My 'Menu' button will not work. How can I fix this?

    The menu button will not work.
    Is there anything I can do myself to fix this problem?
    It works occasionally, but mostly does not work.
    Thanks

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Top Navigation Bar drop down menu's do not work

    Top Navigation Bar drop down menu's do not work. It is only happening on a couple of my site collections and is affecting on the main page of those collections. There is only one web part on the main page, it is the Picture Library Slideshow web part. When
    I remove that web part, the menu's come back and work with no problem. I re-add the web part and the menu's stop working. Not finding any error's in the server logs, there are no visual error's thrown.  Any advice on what might be happening? I've checked
    the Java update on our computers and it has the latest version.  Open to any advice at this point.
    DA
    ~~~~~~~~~ DAnderson

    Hi,
    How does the Top Navigation Bar dropdown menu issue look like?
    Could you please provide a screenshot about the issue, also may detecte the problematic elements by using IE browser developer tool (keyboard F12)?
    Please also check if it is related IE compatibility issue.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Simple Drop Down Menu buttons not working

    I'm having a bit of trouble getting a button in a hoover over drop down menu to link to another scene in the .swf movie. I just doing a basic drop down menu (example here: http://www.flashkit.com/tutorials/Interactivity/Navigation/Drop_dow-Phlook-951/index.php) with a couple of buttons with in a movie clip, the movie clip being the "button" someone hoovers over. The buttons however are not going to the corrisponding scene I have them set up to. What's strange is that if I set in the buttons action panel to go to an url instead of a scene, in the .swf movie the button works when I click it...it wants to go the specificed url. Nothing happens when it's set to go to a scene. Any help would be much appreciated.

    Thanks for the reply Ned. The code I'm using on the buttons is the same method I'm using for the regular buttons (i.e. not with in a movie clip).
    on (release) {
        gotoAndPlay("Scene X", 1);
    I like and appreciate the idea on keeping it with in the same timeline, but that didn't work either. This is all very strange, because as I said, the buttons that are not with in a movie clip work with that method in their action panel. And the buttons with in the movie clip work out to an url, just not a scene or frame number.
    I'm using CS4, but I'm not sure which 'Publish' settings I should have it at, and on 'Profile' it's set to 'Flash CS3 Settings (it's either that or 'Flash 5 Settings').

  • Drop down menu buttons not working

    hello anyone..
    i have buttons on a drop down menu that wont do anything. The
    only thing the works so far is the on roll over stage. I am trying
    to make the button navigate to a certain frame on the same scene.
    The buttons are from my button1_mc.... and the first is affars_btn.
    I labeled the instances accordingly and placed the script on the
    first frame of the scene (2) which is where the menu and main info
    is on. Scene 1 is just the preloader.
    button1_mc.affars_btn.onRelease = function() {
    gotoAndStop("2", 51);
    }

    Thanks for the reply Ned. The code I'm using on the buttons is the same method I'm using for the regular buttons (i.e. not with in a movie clip).
    on (release) {
        gotoAndPlay("Scene X", 1);
    I like and appreciate the idea on keeping it with in the same timeline, but that didn't work either. This is all very strange, because as I said, the buttons that are not with in a movie clip work with that method in their action panel. And the buttons with in the movie clip work out to an url, just not a scene or frame number.
    I'm using CS4, but I'm not sure which 'Publish' settings I should have it at, and on 'Profile' it's set to 'Flash CS3 Settings (it's either that or 'Flash 5 Settings').

  • Animated drop-down menu buttons won't respond onRelease

    I created a drop-down menu movie clip. Within it are multiple
    buttons which change their alpha values. I'm having an impossible
    time of getting the buttons to respond to an onRelease from the
    maintimeline.
    for instance:
    stop();
    _root.menu_mc.print_btn.onRelease = function(){
    gotoAndStop("print1");
    _root.menu_mc.illustration_btn.onRelease = function(){
    gotoAndStop("illustration1");
    I can't place any code directly on the buttons because later
    in the timeline the actionscript needs to change for the same
    buttons:
    stop();
    _root.menu_mc.print_btn.onRelease = function(){
    gotoAndStop("print2");
    _root.menu_mc.illustration_btn.onRelease = function(){
    gotoAndStop("illustration2");
    }

    i don't think so. Sorry for my ignorance, but the code you
    see is basically the only code I have in the movie.
    menu_mc is located directly on the maintime line. Inside of
    menu_mc are the buttons. If I place a button instance inside of
    menu_mc (and there are not multiple instances of it) I can use an
    onRelease and it works fine.
    I can create an invisible button, place it over the animated
    button and get the onRelease to work, however, since the buttons
    are rollovers, I loose the animation with the invisible button
    covering them up. I can't seem to target multiple instances of the
    same button in the movieclip. is there any way around this?

  • Flash Drop Down Menu Buttons

    I was under the impression that Flash allowed one to place
    buttons within buttons. Basically I am trying to create a simple
    drop down navigation menu. A simple horizontal bar with four
    buttons that change color and drop down menus as the viewer scrolls
    over the buttons. I would then like the drop down text titles to
    change color as the viewer scrolls over the individual items on the
    drop down menu. When the viewer clicked on the title ("down"
    position) it would once again change color. Thank you.

    I ended up doing just what you suggested and everything in
    the Universe is back in place.
    Thank you.

  • HT1918 Trying to make make account changes to my itunes account.  Receive error message regarding province "enter at most 3 letters" when the only option I have is to select from a drop down menu.  Cannot make changes to my account.  How do I get this fix

    As you can tell, this is my first post
    I am attempting to make changes to my itunes account, but when I hit done, an error message "enter at most 3 letters or numbers for province" appears.  I have not attempted to make any modificaitons to this field.  The only options I have for data in this field are picked from a drop down menu.  I have no idea why this msg is appearing.  Any ideas on why it is showing up?  Thanks.

    There seems to be at least one package that can't be located. See the message below from you log file
    Requesting locations synchronously for content SDC00003.2
    with priority Medium    ContentAccess    4/3/2015 1:30:51 PM    2644 (0x0A54)
    The number of discovered DPs(including Branch DP and Multicast) is 0    ContentAccess    4/3/2015 1:30:51 PM    2644 (0x0A54)
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Setting width of drop-down menu buttons

    Hi,
    I am creating a site that has two horizontal navigation bars, each of which has several submenus (drop-down menus). You can view the page here.
    Most of the main (parent) navigation buttons are of differing widths, for which I had to create different styles. Now I want the drop-down (child) buttons to match the width and positioning of their parent buttons. Do I need to create different styles for each set of drop-downs, and if so, what's the best way to do that?
    Thanks in advance for any help you can provide.
    Arthur

    I think you have some other issues as well - at least in IE8 (see below).
    I didn't look into the code you have yet, but there are several sites that offer very nice navigation systems for a pretty reasonable price - may be worth looking into. I'm not promoting any specific ones, but one site that's been heavily recommended within this forum is project seven (http://www.projectseven.com/ ), may be worth exploring as they offer full tech support, and the time saved will likely pay for the cost of the system many times over...
    Hope that helps,
    Jesse

  • Drop down menu's are not working on my new version of photoshop cc?

    How do I make all tools available please, none of the drop down menu's are working on my new photoshop cc?
    Could someone tell me how to make tools like the polygonal lasso tool work please. Normally they show up when you click on the small triangle next to the main tool to select the other simillar tools...
    Thank you

    You get to the polygonal lasso tool by click and hold a second or two on the lasso tool, this will bring up the flyout menu. If that does not work then right clicking should.

  • Fireworks drop down menu in Dreamweaver not working..

    I have created a drop down menu in fireworks uploaded it to dreamweaver and tested it in the preview in firefox option and it worked fine. But when i uploaded the page to my website it did not work how can i make it work?
    Heres the code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css" media="screen">
        @import url("navbar.css"); 
    #Layer1 { 
        position:absolute; 
        left:50%; 
    top:50%; 
        width:200px; 
        height:52px; 
        z-index:1; 
        left: 258px; 
        top: 100px; 
    body { 
        background-image: url(Chicken%20background.png); 
    #Layer2 { 
        position:absolute; 
    left:300px; 
    top:-1px; 
        width:200px; 
        height:73px; 
        z-index:2; 
        left: 302px; 
        top: 26px; 
    #Layer3 { 
        position:absolute; 
        width:200px; 
        height:115px; 
        z-index:3; 
        left: 373px; 
        top: 208px; 
    </style> 
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script> 
    </head> 
    <body>
    <div id="Layer1">
    <div id="FWTableContainer2076544957">
      <table border="0" cellpadding="0" cellspacing="0" width="850">
        <!-- fwtable fwsrc="Untitled" fwbase="navbar.jpg" fwstyle="Dreamweaver" fwdocid = "2076544957" fwnested="0" -->
        <tr>
          <td><img src="spacer.gif" width="9" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="11" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="12" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="10" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="11"><img name="navbar_r1_c1" src="navbar_r1_c1.jpg" width="850" height="2" border="0" id="navbar_r1_c1" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="2" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="9"><img name="navbar_r2_c1" src="navbar_r2_c1.jpg" width="686" height="1" border="0" id="navbar_r2_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164902_0', 'MMMenu0915164902_0',5,42,'navbar_r2_c10');"><img name="navbar_r2_c10" src="navbar_r2_c10.jpg" width="160" height="41" border="0" id="navbar_r2_c10" alt="" /></a></td>
          <td rowspan="6"><img name="navbar_r2_c11" src="navbar_r2_c11.jpg" width="4" height="48" border="0" id="navbar_r2_c11" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="3"><img name="navbar_r3_c1" src="navbar_r3_c1.jpg" width="180" height="1" border="0" id="navbar_r3_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164218_1', 'MMMenu0915164218_1',11,42,'navbar_r3_c4');"><img name="navbar_r3_c4" src="navbar_r3_c4.jpg" width="160" height="41" border="0" id="navbar_r3_c4" alt="" /></a></td>
          <td rowspan="5"><img name="navbar_r3_c5" src="navbar_r3_c5.jpg" width="12" height="47" border="0" id="navbar_r3_c5" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164502_2', 'MMMenu0915164502_2',1,42,'navbar_r3_c6');"><img name="navbar_r3_c6" src="navbar_r3_c6.jpg" width="160" height="41" border="0" id="navbar_r3_c6" alt="" /></a></td>
          <td colspan="3"><img name="navbar_r3_c7" src="navbar_r3_c7.jpg" width="174" height="1" border="0" id="navbar_r3_c7" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="4"><img name="navbar_r4_c1" src="navbar_r4_c1.jpg" width="9" height="46" border="0" id="navbar_r4_c1" alt="" /></td>
          <td rowspan="3"><a href="homepage.html"><img name="navbar_r4_c2" src="navbar_r4_c2.jpg" width="160" height="41" border="0" id="navbar_r4_c2" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c3" src="navbar_r4_c3.jpg" width="11" height="46" border="0" id="navbar_r4_c3" alt="" /></td>
          <td rowspan="4"><img name="navbar_r4_c7" src="navbar_r4_c7.jpg" width="10" height="46" border="0" id="navbar_r4_c7" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164633_3', 'MMMenu0915164633_3',0,41,'navbar_r4_c8');"><img name="navbar_r4_c8" src="navbar_r4_c8.jpg" width="160" height="41" border="0" id="navbar_r4_c8" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c9" src="navbar_r4_c9.jpg" width="4" height="46" border="0" id="navbar_r4_c9" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="39" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="3"><img name="navbar_r5_c10" src="navbar_r5_c10.jpg" width="160" height="7" border="0" id="navbar_r5_c10" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="2"><img name="navbar_r6_c4" src="navbar_r6_c4.jpg" width="160" height="6" border="0" id="navbar_r6_c4" alt="" /></td>
          <td rowspan="2"><img name="navbar_r6_c6" src="navbar_r6_c6.jpg" width="160" height="6" border="0" id="navbar_r6_c6" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td><img name="navbar_r7_c2" src="navbar_r7_c2.jpg" width="160" height="5" border="0" id="navbar_r7_c2" alt="" /></td>
          <td><img name="navbar_r7_c8" src="navbar_r7_c8.jpg" width="160" height="5" border="0" id="navbar_r7_c8" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="5" border="0" alt="" /></td>
        </tr>
      </table>
      <div id="MMMenuContainer0915164902_0">
        <div id="MMMenu0915164902_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="cats.html" target="_self" id="MMMenu0915164902_0_Item_0" class="MMMIFVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Cats </a> <a href="other.html" target="_self" id="MMMenu0915164902_0_Item_1" class="MMMIVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Other stuff </a> </div>
      </div>
      <div id="MMMenuContainer0915164218_1">
        <div id="MMMenu0915164218_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="stationery.html" target="_self" id="MMMenu0915164218_1_Item_0" class="MMMIFVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Stationery </a> <a href="art.html" target="_self" id="MMMenu0915164218_1_Item_1" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Art </a> <a href="gifts.html" target="_self" id="MMMenu0915164218_1_Item_2" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Great Gifts </a> </div>
      </div>
      <div id="MMMenuContainer0915164502_2">
        <div id="MMMenu0915164502_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="contactemail.html" target="_self" id="MMMenu0915164502_2_Item_0" class="MMMIFVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Email </a> <a href="contactmap.html" target="_self" id="MMMenu0915164502_2_Item_1" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Map </a> <a href="contactnumbers.html" target="_self" id="MMMenu0915164502_2_Item_2" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Phone Numbers </a> </div>
      </div>
      <div id="MMMenuContainer0915164633_3">
        <div id="MMMenu0915164633_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="suppliers.html" target="_self" id="MMMenu0915164633_3_Item_0" class="MMMIFVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Suppliers </a> <a href="topics.html" id="MMMenu0915164633_3_Item_1" class="MMMIVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Related topics </a> </div>
      </div>
    </div>
    </div>
    <div id="Layer2">
    <img src="title.png" alt="title" width="750" height="70" /></div>
    </body>
    </html>

    I have created a drop down menu in fireworks uploaded it to dreamweaver and tested it in the preview in firefox option and it worked fine. But when i uploaded the page to my website it did not work how can i make it work?
    Heres the code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css" media="screen">
        @import url("navbar.css"); 
    #Layer1 { 
        position:absolute; 
        left:50%; 
    top:50%; 
        width:200px; 
        height:52px; 
        z-index:1; 
        left: 258px; 
        top: 100px; 
    body { 
        background-image: url(Chicken%20background.png); 
    #Layer2 { 
        position:absolute; 
    left:300px; 
    top:-1px; 
        width:200px; 
        height:73px; 
        z-index:2; 
        left: 302px; 
        top: 26px; 
    #Layer3 { 
        position:absolute; 
        width:200px; 
        height:115px; 
        z-index:3; 
        left: 373px; 
        top: 208px; 
    </style> 
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script> 
    </head> 
    <body>
    <div id="Layer1">
    <div id="FWTableContainer2076544957">
      <table border="0" cellpadding="0" cellspacing="0" width="850">
        <!-- fwtable fwsrc="Untitled" fwbase="navbar.jpg" fwstyle="Dreamweaver" fwdocid = "2076544957" fwnested="0" -->
        <tr>
          <td><img src="spacer.gif" width="9" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="11" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="12" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="10" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="160" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="4" height="1" border="0" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="11"><img name="navbar_r1_c1" src="navbar_r1_c1.jpg" width="850" height="2" border="0" id="navbar_r1_c1" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="2" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="9"><img name="navbar_r2_c1" src="navbar_r2_c1.jpg" width="686" height="1" border="0" id="navbar_r2_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164902_0', 'MMMenu0915164902_0',5,42,'navbar_r2_c10');"><img name="navbar_r2_c10" src="navbar_r2_c10.jpg" width="160" height="41" border="0" id="navbar_r2_c10" alt="" /></a></td>
          <td rowspan="6"><img name="navbar_r2_c11" src="navbar_r2_c11.jpg" width="4" height="48" border="0" id="navbar_r2_c11" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td colspan="3"><img name="navbar_r3_c1" src="navbar_r3_c1.jpg" width="180" height="1" border="0" id="navbar_r3_c1" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164218_1', 'MMMenu0915164218_1',11,42,'navbar_r3_c4');"><img name="navbar_r3_c4" src="navbar_r3_c4.jpg" width="160" height="41" border="0" id="navbar_r3_c4" alt="" /></a></td>
          <td rowspan="5"><img name="navbar_r3_c5" src="navbar_r3_c5.jpg" width="12" height="47" border="0" id="navbar_r3_c5" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164502_2', 'MMMenu0915164502_2',1,42,'navbar_r3_c6');"><img name="navbar_r3_c6" src="navbar_r3_c6.jpg" width="160" height="41" border="0" id="navbar_r3_c6" alt="" /></a></td>
          <td colspan="3"><img name="navbar_r3_c7" src="navbar_r3_c7.jpg" width="174" height="1" border="0" id="navbar_r3_c7" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="4"><img name="navbar_r4_c1" src="navbar_r4_c1.jpg" width="9" height="46" border="0" id="navbar_r4_c1" alt="" /></td>
          <td rowspan="3"><a href="homepage.html"><img name="navbar_r4_c2" src="navbar_r4_c2.jpg" width="160" height="41" border="0" id="navbar_r4_c2" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c3" src="navbar_r4_c3.jpg" width="11" height="46" border="0" id="navbar_r4_c3" alt="" /></td>
          <td rowspan="4"><img name="navbar_r4_c7" src="navbar_r4_c7.jpg" width="10" height="46" border="0" id="navbar_r4_c7" alt="" /></td>
          <td rowspan="3"><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0915164633_3', 'MMMenu0915164633_3',0,41,'navbar_r4_c8');"><img name="navbar_r4_c8" src="navbar_r4_c8.jpg" width="160" height="41" border="0" id="navbar_r4_c8" alt="" /></a></td>
          <td rowspan="4"><img name="navbar_r4_c9" src="navbar_r4_c9.jpg" width="4" height="46" border="0" id="navbar_r4_c9" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="39" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="3"><img name="navbar_r5_c10" src="navbar_r5_c10.jpg" width="160" height="7" border="0" id="navbar_r5_c10" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td rowspan="2"><img name="navbar_r6_c4" src="navbar_r6_c4.jpg" width="160" height="6" border="0" id="navbar_r6_c4" alt="" /></td>
          <td rowspan="2"><img name="navbar_r6_c6" src="navbar_r6_c6.jpg" width="160" height="6" border="0" id="navbar_r6_c6" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="1" border="0" alt="" /></td>
        </tr>
        <tr>
          <td><img name="navbar_r7_c2" src="navbar_r7_c2.jpg" width="160" height="5" border="0" id="navbar_r7_c2" alt="" /></td>
          <td><img name="navbar_r7_c8" src="navbar_r7_c8.jpg" width="160" height="5" border="0" id="navbar_r7_c8" alt="" /></td>
          <td><img src="spacer.gif" width="1" height="5" border="0" alt="" /></td>
        </tr>
      </table>
      <div id="MMMenuContainer0915164902_0">
        <div id="MMMenu0915164902_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="cats.html" target="_self" id="MMMenu0915164902_0_Item_0" class="MMMIFVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Cats </a> <a href="other.html" target="_self" id="MMMenu0915164902_0_Item_1" class="MMMIVStyleMMMenu0915164902_0" onmouseover="MM_menuOverMenuItem('MMMenu0915164902_0');"> Other stuff </a> </div>
      </div>
      <div id="MMMenuContainer0915164218_1">
        <div id="MMMenu0915164218_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="stationery.html" target="_self" id="MMMenu0915164218_1_Item_0" class="MMMIFVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Stationery </a> <a href="art.html" target="_self" id="MMMenu0915164218_1_Item_1" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Art </a> <a href="gifts.html" target="_self" id="MMMenu0915164218_1_Item_2" class="MMMIVStyleMMMenu0915164218_1" onmouseover="MM_menuOverMenuItem('MMMenu0915164218_1');"> Great Gifts </a> </div>
      </div>
      <div id="MMMenuContainer0915164502_2">
        <div id="MMMenu0915164502_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="contactemail.html" target="_self" id="MMMenu0915164502_2_Item_0" class="MMMIFVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Email </a> <a href="contactmap.html" target="_self" id="MMMenu0915164502_2_Item_1" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Map </a> <a href="contactnumbers.html" target="_self" id="MMMenu0915164502_2_Item_2" class="MMMIVStyleMMMenu0915164502_2" onmouseover="MM_menuOverMenuItem('MMMenu0915164502_2');"> Phone Numbers </a> </div>
      </div>
      <div id="MMMenuContainer0915164633_3">
        <div id="MMMenu0915164633_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="suppliers.html" target="_self" id="MMMenu0915164633_3_Item_0" class="MMMIFVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Suppliers </a> <a href="topics.html" id="MMMenu0915164633_3_Item_1" class="MMMIVStyleMMMenu0915164633_3" onmouseover="MM_menuOverMenuItem('MMMenu0915164633_3');"> Related topics </a> </div>
      </div>
    </div>
    </div>
    <div id="Layer2">
    <img src="title.png" alt="title" width="750" height="70" /></div>
    </body>
    </html>

  • How do I remove the autocomplete drop-down menu from textboxs, not the awesome bar?

    I like having the drop-down menu from the url, but the autocomplete option for textboxs within like when I type my username and it pops up with all of the ones that has been used on that site are really annoying. How do I get rid for the latter? I didn't have this before I upgraded to Firefox, and now I can't get rid of it. Fyi, I'm rather tech inept, don't use complicated comp sci words please!

    You can use History > 'Clear Recent History" to clear already saved form data.
    *https://support.mozilla.org/kb/Clear+Recent+History
    Use these steps to remove saved (form) data from a drop down list:
    #Click the (empty) input field on the web page to open the drop down list
    #Highlight an entry in the drop down list
    #Press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries
    See also "Prevent Firefox from automatically completing URLs":
    *https://support.mozilla.org/kb/search-your-bookmarks-history-and-tabs-awesome-bar

  • Drop down menu for stroke not working

    The menu won't open in a new document I am creating.  It isn't highlighted and I don't know why.
    I added a stroke line under some text in a pages 09 document and it worked.  I just went back to that document and in the text inspector, under graphics, under stroke is the word None and then if I click the drop down menu there are other choices.  But in this new document no.  I have opened other documents to see what happens and the stroke drop down menu won't work.  I don't see what the difference is between the document where it works and the others.
    If anyone has a clue, I'd sure appreciate it.

    ST,
    Stroke refers to the outline of a Graphic Object. The text Underline is a Font Property, adjusted here:
    or in the Format Bar, or by typing the Shortcut Command U.
    Jerry

Maybe you are looking for

  • How can i do a Clean install of Audigy 2 Z

    I'm trying to find info on how to do a clean install of audigy 2 ZS, the first install the progam wasn't doing anything for like 5mins so i stoped it.Now i cannot uninstall it from? add/remove programs. Error Number: 0x8004020?Description: An event w

  • Payment to be done according to invoice line item

    Dear SAP Friends, I require a small clarification on Payment. Please see the below screnario. 1. I have a invoice for 10000 USD, Which includes 3 lines in the details.        a. Water Charge - 3000        b. Electricity Charge - 5000        c. Rent C

  • In Adobe 8 how do you create a bates log file?

    I love this feature in Adobe 9 where one can select "output options" and change the way the bates stamped PDF is saved, to create a log file of bates numbers per document, etc.  Are these same output options and bates log file options available in Ad

  • Second life for PowerMac G5

    Apologies for my bad English as I'm not a native speaker ... Just bought a second hand iMac i7 27"(late 2009). Untill now I still use my trusted PowerMac G5 1.8 (2003) that works without any flaws. Therefore I'd like to give my buddy a second life as

  • Fast forward problem

    I dont know what i hit, but i cant fast forward or rewind by holding the next or back button. I used to be able to fast forward to any part of the song, but now it just skips to the the next song. I tried to reset the settings and still doesnt work.