Drop down menu in IE moves to the right

I am using the SPRY in a menu for a client and in IE the drop down elements show to the right.  When I view them in any other browser the are fine.  I made all changes to the SPRY CSS in a separate CSS file.  I have commented out the additional CSS file thinking that might be the problem but the problem persists.  I will include CSS and SPRY CSS code below and a link to the page on my test site.  You can view the HTML code online.  Thanks
http://www.mioweb-test.com/index_fgs.html
@charset "UTF-8";
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* 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: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
/* 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: 8.2em;
    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;
/* 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: -5% 0 0 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: #EEE;
    padding: 0.5em 0.75em;
    color: #333;
    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: #33C;
    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: #33C;
    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;
    filter:alpha(opacity:0.1);
/* 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;
/* CSS Document */
body
    background-color:#AE1724; /* red */
    color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: 0;
    margin: 0px 15px;
#container
    width:970px;
    background-color:#FDF2B9; /* yellow */
    padding-top:0px;
    margin: 0 auto;
#header
    width:970px;
    height:140px;
    padding: 0;
#header img
    display:inline;
#navigation
    background-color:#FDF2B9;  /* yellow */
    height:30px;
    width:965px;
    padding-top:5px;
    margin-left: 5px;
#navigation a
    height:100%;
#navigation ul li
    text-align:center;
    list-style:none;
    font-size: 12px;
    font:"Poor Richard";
#left_content_box
    background-color:#FDF2B9;  /* yellow */
    padding-left:8px;
    padding-right:4px;
    padding-top:5px;
    width:156px;
    float: left; /* since this element is floated, a width must be given */
    clear:both;
#right_content_box
    background-color:#FDF2B9;  /* yellow */
    padding-left:8px;
    float: right; /* since this element is floated, a width must be given */
    padding-top:5px;
    width:156px;
    clear:both;
.main_content_table
    padding-left:8px;
    padding-right:4px;
    padding-top:5px;
    align:center;
    clear:both;
#footer
    font-size:9px;
    text-align:center;
    color: #000;
    background-color:#FDF2B9;  /* yellow */
    width:970px;
    height:27px;

Could you be a little more specific?  I took that section out of my CSS file but the problem persists.
Thank you.
Sincerely,
Michael Yannetta
Mio Web Designs
530-414-3313
[email protected]

Similar Messages

  • File format drop down menu does not appear in the export dialogue box

    I am trying to export a book project as individual jpeg files and I can't see the drop down menu to choose what file format I want to export the file as. All I can do is export it as a .pdf which does not help me.

    What program are you using? This is the main Creative Cloud Application forum. This needs to be in the forum that matches the program you are using.
    Benjamin

  • How do I delete Bluetooth devices that only show up from the drop down menu bar, and not in the Bluetooth preferences devices?

    I recently attempted, and failed, to pair/link/use my Playstation 3 Controller with my 13" Macbook Pro Retina (OS X Yosemite 10.10.1), and now I've been left with three unwanted 'devices' in my Bluetooth's menu bar, that don't show up in the Bluetooth's preferences devices, so I am unable to delete them from there.
    The devices in question are labelled as "00-00-00-00-68-2f", "00-00-00-00-68-7f", and "00-00-00-00-68-ef".
    I've read that resetting the PS3 Controller will remove these, but every attempt at that has failed as much as trying to use the Controller for gaming.
    Any help with this little issue will be much appreciated, as I've found it very annoying.
    Cheers

    *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

  • I don't have pdf documents listed as a file type in the applications drop down menu so I cannot manage the handling of these file types. How do I get the pdf file recognised?

    I don't have pdf documents listed as a file type in the drop down applications menu, so cannot handle these. How do I add a file type?

    After a little Googling, it looks like B.Media is a content management system from Wave Corporation used for making catalogs. Doubtful you'd be able to license it at less than an enterprise level.

  • I would like to create a web that gives users choices from drop down menu and it then calculates the results back to them and copy to me

    Hello I am a wedding planner and have decided to create new website.   I would like to have the user make choices of different items and have it calculate so that they can print it off.  Like an estimate of what costs would be to plan a wedding .  I will be giving them different selections to choose from  in drop down or radio selections .
    I was thinking much like a shopping cart but that seems too involved is there a simpler way.   Thank you for any help.

    Just based on your question I can tell that you're probably not experienced enough to develop something like a shopping cart. Hiring a web developer is the way to go, as previously said.

  • My imovie does not respond to my command from the drop down menu to import movies. What should I do?

    I tried to import movies to my imovie, but when I select that option, nothing happens. I asked it to check for updates and it says that one is available, but when it sends me to the system updater thing, that thing tells me that I don't have any updates available at this time. ***?
    Thanks

    The movie you are trying to import may not be compatible with iMovie, open the movie in Quicktime and check it's properties in the movie inspector.

  • I am unable to view my bookmarks and the 'Bookmarks' drop down menu will not expand beyond the bookmark folder to display my bookmarks.

    When I try to add a new bookmark, I cannot find any of my bookmark folders. I've tried uninstalling and reinstalling Firefox and still have the same problem.

    The screenshot didn't attach.
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (200 KB) and <u>do not click Preview</u> after you have attached the image.

  • Horizontal menu looks fine but sub menus drop down one and move to the right over the top of one another

    Help, My horizontal menus look great but when I add sub menus to them they drop down one place and move to the right side where they be over lapping each other. What can I do? I'm working with adobe muse.

    It might be faster to start over.  File > New > HTML page.  Insert Spry Menu.
    Customize Spry Menus by David Powers
    http://foundationphp.com/tutorials/sprymenu/customize1.php
    When making code changes, use /**CSS Comments**/ to remind yourself what you did in case things go wrong. ;-)
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Load movie under a drop down menu

    Hello all,
    How do I go about loading a movie under a a drop down menu.
    Load movie usually ends up on a layer above the menu. Can I load it
    into a layer somehow.
    thanks.

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

  • How do I set the border preferences when formatting cells in Numbers?  After I make my selections and close the drop down menu, nothing happens.

    How do I set border preferences when formatting cells in Numbers?  When I use the drop down menu under Inspector, and set the preferences I want, a blue line shows up in the appropriate cell or cells to which I want to apply a border.  When I close the menu, the blue line goes away and there is no border.

    Jerry,
    I'm sorry for the intrusion on this thread. I had only made a simple comment, and then others responded. It was not my intention, especially since the original question was marked as answered. I will direct responses to any comments I make in fture postings that deviate from the OP's question to a newly created topic if I need a response, if not, I will just add a statement at the end of my comments to please not respond.
    As to your diagram, it is the ability to select the non-contiguous cells, and then be able to simulataneously select a specific part of the border edge, and then be able to change them all at once that I was after. That is something that is not possible in Numbers. It seems that in your diagram the "before", was attained by selecting each cell one at a time, and changing its border edge, one at a time. Then, in the "after", selecting the non-contiguous cells and changing the "Stroke" settings for the lines was attained simultaneously since that is possible in Numbers.
    If I am correct in how you attained the results in your diagram, that wasn't really what I was trying to achieve, since if the option were not grayed out, it would only select the same border edge on all selected cells. If I am incorrect, then I would like to have your input.
    Once again, sorry for allowing my comment to develop as it did.
    In God's Harmony

  • How do I add more than 10 options to the drop down menu?

    Presently, I'm only able to give ten options but many of my items have 20-30 options.How do I add more than ten options to the drop down menu?

    BrazenChick wrote:
    Presently, I'm only able to give ten options but many of my items have 20-30 options.How do I add more than ten options to the drop down menu?
    It depends on the type of option. If each option has a separate price, then I don't know of a way to add more than 10 options since those options with the prices are encoded into the button id. (Well, you could encode the information yourself with PayPal's API, but that is way more involved than I've been willing to tackle.) If you have more than 10 options such as color, scent, etc that don't affect the price, then you can edit the code you have added to your website to add additional items in the list. For example, suppose you had options "red" and "green", the relevant part of the code would look something like this: <select name="os0">
    <option value="red">red </option>
    <option value="green">green </option></select> If you want to add the option "blue", you would insert the line : <option value="blue">blue </option> before the closing </select> tag. More than 10 options won't be saved in the PayPal button creator, but it will work just fine in your website since this type of option isn't encoded in the id.

  • IPhone drop down menu not showing in iTunes

    whenever i connect my iphone to itunes it no longer shows the drop down menu anymore (music, movies, tones etc..) under my iphone on the left side of the screen, i have to click that little arrow, i prefer for it to be just there when i connect it. does anyone know how to fix this? thank you

    Same issue.  It just says iPhone with no options below it.  When I drag content to it, the menu appears and disappears quickly but I can't click on any of the options.

  • Can't 'detect tempo' under audio drop down menu :-(

    Hi
    I am trying to fix up the tempo to quantisize a track and I can't seem to be able to use 'detect tempo' under the audio drop down menu. 
    When I select the region and then click on 'detect tempo' I am told that there are 'no regions selected'.
    I selected the regions in both the main window and in piano bar seperately but still no luck.
    Any help would be fantastic!
    Thanks soo much!
    Cinta

    keeden,
    You may try the list.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Contacts drop-down menu blocked by on screen keyboard in text messages

    Whenever I draft a new text message I put the cursor in the contact box and type the first letter of the name of the person I am trying to contact.  If I have more than 3 people in my phone whose names start with that letter, the drop down menu becomes partially obscured by the on screen keyboard.  If I attempt to scroll down on the menu, it selects whomever I happen to press.  My attempts to minimize the keyboard have been futile.  I understand I can work around this by going into contacts and selecting someone to text, but the problem is pretty aggravating.  Please help!

    Want to contract me? You can follow me on Twitter @RobGambino
    Be sure to click Like! for those who have helped you.
    Click Accept as Solution for posts that have solved your issue(s)!

  • How do I align a drop down menu in Firefox (using HTML)? My site works in Chrome and Explorer how I want it to, but not Firefox.

    There are 2 issues that arise in Firefox but not other browsers.
    1. The "All Categories" drop down menu is not aligned with the search field and search button.
    2. The company logo appears pixelated.
    The website is www.fortune3.com/evereadyhardware
    Please view in Firefox and in Chrome to note the differences. Thank you.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

Maybe you are looking for

  • Can I use standard Quicktime or anything else?  (for making dvd's)

    Please forgive me if this issue has been discussed, but I didn't find any answers in my searching so here goes: How can I make a DVD that will play in TV set DVD players? Do I need any alternate programs or possibly an upgrade to Quicktime Pro? Heres

  • Forms Error Message

    Hi, I am using Forms 9i Version 9.0.2.9.0 and Database Oracle 9i Enterprise Edition Release 9.0.1.1.1. Database and Developer are in the same computer (Windows XP Professional). Folders are ora90 and 9iDSHome respectively. OC4J is running properly. M

  • Genius on iPhone 4s doesn't work

    I recently suscribed to iTunes match and I can no longer use Genius to make a playlist anymore. It returns an error saying that the song I have selected does not have any related songs. Why is that?

  • How do I submit to procedure with a variable number of controls in portlet?

    I need to submit to a stored procedure but my portlet has a variable number of controls. How do I do this? In the past I have always had an input parameter for each control. In this case the number of controls vary at runtime. Is there a way to submi

  • Question on Select query

    Hi, I need to prepare a select query which can fetch the below mentioned scenario: Ztable has fields zident, date, time, status. (zident, date, time are key fields) zident      date        time               status       10001    02/09/09    111111