Can anyone help? having problems with Spry Horizontal Menu in IE

Hi can anyone take a look at the code ive got or go to the site www.cj-it-pcfix.info ( using IE ) and see why the sub-submenu covers half of the submenu box? If you hover on "computer Store" then hover over any of the tabs below that you will see what i mean. here is the code...
ANY HELP WOULD BE GREAT!!
@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: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
/* 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: 10.3px;
    position: relative;
    cursor: pointer;
    width: 12em;
    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
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    position: absolute;
    margin: 0;
    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: 13.5em;
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
    margin-top: 0%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 100%;
    position: absolute;
/* 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;
#MenuBar2 {
    padding-left: 5px;
.border {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #f0f0f0;
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #0579b1;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 0.5em;
    padding-right: 0.75em;
    padding-bottom: 0.5em;
    padding-left: 0.75em;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #f0f0f0;
    text-align: left;
/* 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: #000000;
    color: #FFFFFF;
/* 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: #a8a8a8;
    color: #FFFFFF;
    border: 1px solid #000000;
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
/* 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
/* 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
/* 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
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;
    background: #FFF;
    float: left;

You have a set of conflicting widths:
ul.MenuBarHorizontal li { width: 12em;}
ul.MenuBarHorizontal ul { width: 8.2em;}
ul.MenuBarHorizontal ul li { width: 13.5em;}
ul.MenuBarHorizontal ul ul
    margin-top: 0%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 100%;
    position: absolute;
So, to translate:
All list items will be 12 ems wide
First submenu list (ul) will be 8.2ems wide
First submenu list items will be 13.5ems wide
this supersedes the 12ems for all sub and sub-submenu list items
Sub-submenu lists (ul) will hang off the right side (margin-left: 100%)
Internet Explorer is interpreting #4 to mean at the right side of the ul (which is at 8.2em)
Other browsers are interpreting #4 to mean at the right side of the li (which is at 13.5em)
I believe that is what is happening on your menus.
Beth

Similar Messages

  • Anyone else having problems with popups since the new security upgrade? can't get rid of them

    anyone else having problems with popups since the new security upgrade? can't get rid of them

    You may have inadvertently installed adware. You do not need to download or install anything to fix it. It ought not to be related to any Apple security update.
    For a description of how this may have occurred, how to avoid it in the future, and for Apple's recommended actions read How to install adware. Apple's instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.

  • Is Anyone Else Having Problems With 10.6.1 Freezing?

    Is anyone else having problems with iTunes 10.6.1 freezing? On a perfectly-maintained Windows PC, 10.6.1 is suddenly freezing for no reason. This means that my iPhone or iPad can't be synchronized.

    From my experience, involving three hours of troubleshooting using Apple's tutorials, without help from Apple:
    1. Do the steps here to remove and reinstall all Apple software on your machine, "Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP," at http://support.apple.com/kb/HT1925.
    2. If you care, they don't tell you or ask you to uninstall MobileMe in those steps.
    3. After I did as they wrote to do, iTunes wouldn't recognize either my iPhone or iPad. On my own I found that Applie's software reinstallation failed to install the Apple Mobile Device Software Driver. So I followed the steps at, "iOS: Device not recognized in iTunes for Windows," which took me 25 minutes alone to find. See http://support.apple.com/kb/TS1538
    Those steps solved everything and iTunes is now back to normal.

  • Is Anyone else having problems with their I MAC 24" Foggy display?

    Is anyone else having problems with their I MAC 24" having a foggy display in lower right hand corner after the computer has been on for 30 or 45 min? This is now the 2nd computer that has this same problem. Just wondering if anyone else is having this issue with the IMAC 24"? Does anyone know what might be the cause? I have only had the computer for a month. Thanks very much.

    Thank you for the nice welcome.
    Sorry about posting in the wrong area I found the correct discussion board. http://discussions.apple.com/thread.jspa?messageID=7998535#7998535
    Its seems that I am not alone in my problem but I do have good news to report that apple support has acknowledged the issue is happening and a fix is in the works. The support and assistance I received today helped greatly to restore my faith in apple product satisfaction.
    Lets hope you don't have this experience in the future, hopefully a solution can be reached that is in everyone best interest. I may have to drive a greater distance to another apple store but for myself and others like me feel its worth the extra effort to get better customer service in the long run.

  • Is anyone else having problems with the Canon Online Store?

    In the last month or so, I've had one problem after another with the Canon Online Store; from being unable to delete items from the shopping cart; to not being able to add "in stock" items; disappearing Wish Lists; and just now, I tried to add one lens cap to the 6 or 7 items I already had in the Shopping Cart, and they disappeared.
    I've called, more than once, and I've written, also more than once, to Canon Support about this, but they ignore what I tell them, and tell me there are no problems with the Online Store.  They don't even seem to report to anyone that anyone has complained, because each time is "the first time", even though I've called (more than once) and written (more than once) to them about continuing Online Stores problems.
    Is anyone else having problems with the Canon Online Store?
    Why does Canon not care to track reported problems with the storefront part of their web-site? 
    I'm not trying to insult Canon, it's just that I've been a Canon customer for less than 3 months, and the're only batting .333, so far.  Canon Support was very quick to respond about a concern I had that a 50mm f/1.4 I had just purchased was authentic or not.  In trying to register that lens, I looked up on the Canon web site where to find the serial number.  Since my new lens did not have any numbers there, I was concerned I had been sold a fake.  But, then Canon Support sent me link to a different online document that showed a few different places where it might be, and there it was. 
    Is Canon like that with other problems, as well?  Or is their "batting" average better than my very limited experience? 
    I just love my Rebel T5i, and my Canon lenses (from "the Kit brothers of the Cropped Frame coral":  EF-S 18-55mm f/3.5-5.6 IS STM, and EF-S 70-300mm f/4-5.6 IS USM; to the "Truly Nifty Fifty", the 50mm f/1.4 USM, [the f/1.8 is just a "thrifty fifty"], and finally, the "Super-Macro" MP-E 65mm f/2.8 1x-5x Macro)! 
    Regards and Thanks,
    Calen
    As an old friend used to always say,
    "Keep Looking Up!"
    Calen

    Hi Danny.  Thanks for replying.
    I only use my desktop PC to access Canon's web site, and I've been using Mozilla Firefox for years.  And, yes, it is the latest version.  Since Canon REFUSES to support the use of Firefox on it's web site, WHAT BROWSER DOES CANON SUPPORT?  WHEN did Canon STOP SUPPORTING Firefox?
    I've been told that there are 2 pending orders in my account.  Yet, I NEVER placed those orders!  WHY CAN'T CANON SEE THAT THIS IS A PROBLEM??? 
    Instead of off-target suggestions, and pasted boilerplate REFUSALS TO EVEN LOOK at this issue, I would prefer it if Canon went "old school", and FIXED THE PROBLEM, in the first place!  But, maybe that's a bit too grown up of an answer for you! 
    "Award-winning" support???   And, just exactly WHAT AWARD did Canon "support" WIN for CONSISTANTLY IGNORING REPORTED PROBLEMS???  The OSTRICH?
    Please pull your head out, and FIX this problem, OR YOU ARE THE PROBLEM!!!
    Thank you for your "prompt" attention to this matter!
    Calen
    As an old friend used to always say,
    "Keep Looking Up!"
    Calen

  • I have not been able to open up Lightroom on my computer for over a year now. Whenever I double click on it, this comes up - can anyone help? Problem signature:   Problem Event Name:APPCRASH   Application Name:lightroom.exe   Application Version:3.4.1.10

    I have not been able to open up Lightroom on my computer for over a year now. Whenever I double click on it, this comes up - can anyone help? Problem signature:   Problem Event Name:APPCRASH   Application Name:lightroom.exe   Application Version:3.4.1.10

    First thing to try is the latest version of Lightroom (currently 5.6). If it don't crash, then problem solved - upgrade.
    If Lr5 won't run on your machine, then Lr4 instead.
    If both Lr5 and Lr4 crash on your machine, then at least you know it's a not a Lightroom version problem but something wonked in your system.
    If you can't figure out how to resolve the crash on the system you have, then it's time for a new system (or try another converter/editor app).
    PS - A few things to try:
    * After re-installing new version, if that doesn't fix it, then get rid of all Lightroom-related data files (rename them so they can be restored), in case problem is in Lr data file.
    * Remove all non-essential hardware in case problem is hardware/driver.
    * Startup up machine with minimal software services.
    * If still no go, consider updating driver software, including mainboard drivers and/or bios firmware if need be.
    * Of course run all the system hardware and software diagnostics you can - problem could be failing disk or ram..
    * Check system event logs for any clues.
    If you don't know how to do some of these things - ask.
    Do not say "you've tried everything" unless you want a lecture - there is most definitely something you haven't tried. It's like when you can't find your car keys - you haven't looked everywhere -  there is somewhere you haven't looked!
    PS - Has Lightroom EVER worked on your machine? what's changed since then..
    Good luck,
    Rob

  • I just got the iPhone 5.  It's completely synced and working.  All my contacts are loaded.  However, caller ID is not working when I receive a call or a text.  Can anyone help me out with this?

    I just got the iPhone 5. It's completely synced and working.  All my contacts are loaded.  However, caller ID is not working when I receive a call or a text.  Can anyone help me out with this?

    Well, assuming all of the above, Notifications, etc., it just might be time for a visit to the Apple tore genius center for a session with the techs.  See if it is a fault in the hardware or just an iOS reinstall is the answer.
    One more thing you could try, backup so you have a record of content, then restore to factory conditions be an Erase All Contents and Settings.  Then restore from the backup you just made.  That has helped some with WiFi problems, may be it would work with your problems.
    But with that behavior of another app with problems, the geniuses looks like a less stressful thing to do.

  • Is anyone else having problems with syncing your phone & iPad since the last update?

    is anyone else having problems with syncing your phone & iPad since the last update?

    Here's the problems I'm having with iPad 2 and iOS 5.1:
    Okay ... so, because I had less than a 1 Gig left (as reported by iTunes) on my 64Gig iPad, and the majority of the space was being used by "Photos" ... I decided to not keep my PC photos directory in sync with my iPad (Windows 7). So, in iTunes, I unchecked the option to sync computer photos to the iPad. I got the standard popup warning message that my iPad would not contain those albums after the next sync. I clicked OK and proceeded to sync expecting to have lots of space freed up.
    But weird things happened after syncing.
    (1) I still have all my photos on my iPad .... nothing disappeared at all. (And performed multiple syncs to try to force the change ... still nothing has been removed from my iPad.)
    (2) Somehow, I gained 20 Gigs of free space, as reported by both iTunes and my iPad as well.
    Anyone know what's going on here?
    I do have iMovie and another movie making app, Avid. Both of these contain projects that refer to photos in albums that were supposed to be removed after the sync ... but I can't imagine that would keep them there. Anyone have any ideas?
    I also installed the iPad app, iPhoto. I noticed that it build a directory listing and continuously want to update that listing from time to time.
    Would any of these things cause the iTunes photo sync changes to be ignored? And, how did I get free space to report back with an additional 19Gig or so, when there's no change at all.
    Unsure what's going on ...

  • Is anyone else having problems with syncing photos  on ipad - seems to be fragmenting the events

    Is anyone else having problems with syncing photos  on ipad - seems to be fragmenting the events

    Here's the problems I'm having with iPad 2 and iOS 5.1:
    Okay ... so, because I had less than a 1 Gig left (as reported by iTunes) on my 64Gig iPad, and the majority of the space was being used by "Photos" ... I decided to not keep my PC photos directory in sync with my iPad (Windows 7). So, in iTunes, I unchecked the option to sync computer photos to the iPad. I got the standard popup warning message that my iPad would not contain those albums after the next sync. I clicked OK and proceeded to sync expecting to have lots of space freed up.
    But weird things happened after syncing.
    (1) I still have all my photos on my iPad .... nothing disappeared at all. (And performed multiple syncs to try to force the change ... still nothing has been removed from my iPad.)
    (2) Somehow, I gained 20 Gigs of free space, as reported by both iTunes and my iPad as well.
    Anyone know what's going on here?
    I do have iMovie and another movie making app, Avid. Both of these contain projects that refer to photos in albums that were supposed to be removed after the sync ... but I can't imagine that would keep them there. Anyone have any ideas?
    I also installed the iPad app, iPhoto. I noticed that it build a directory listing and continuously want to update that listing from time to time.
    Would any of these things cause the iTunes photo sync changes to be ignored? And, how did I get free space to report back with an additional 19Gig or so, when there's no change at all.
    Unsure what's going on ...

  • Is anyone else having problems with there phone freezing after the 8.0 update?

    iis anyone else having problems with there phone freezing after the 8.0 update??

    Hello Chefboyharley,
    Thanks for the question. After reviewing your post, it sounds like the phone is unresponsive. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    iOS: Not responding or does not turn on
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Can anyone spot the problem with this coding??

    can anyone spot this problem with my program. it keeps saying
    "missing return statement } " with a little arrow beneath the bracket.
    many thanks
    public class Game extends GameInterface
         GameInterface gameInt = new GameInterface();
         String boardString;
         // final static char NOUGHT='O', CROSS='X';
         private int square = 0;
         Player player1 = new Player();
         Player player2 = new Player();
         String firstPlayer, secondPlayer;
         public Game() // Constructor
              boardString = "0123456789";
    public boolean initialise(boolean first)
                   gameInt.setPlayerNames(player1,player2);
              MyPrint.myPrintln("Player one name is " + player1.getName());
              MyPrint.myPrintln("Player two name is " + player2.getName());
              String P1 = player1.getName();
              String P2 = player2.getName();
    }

    It means you declare your method to return something, but you don't actually return anything.

  • Is anyone else having problems with safari crashing?

    Is anyone else having problems with the iphone 3GS freezing, and in particular, Safari and anything else that relies on the internet crashing since the 4.3.2 update? Everytime I open safari it crashes within 10 seconds.  I've tried restoring the phone but that hasn't worked.  Any other suggestions?

    The exact same thing happened to me. On the recommendation of various news articles, I manually upgraded the Flash Player plug-in from 10.0.23.1 to 10.0.32.18. Initially, I had no problems, but when I started viewing ESPN Flash-based videos, the entire browser would hang (this was true of Safari, Firefox, and Opera - all of which I tried and had the most updated version of). I then force quit and rebooted. After I rebooted, the problems disappeared for a while, but after some more browsing, I encountered the same problem with any page containing flash. I turned off the Flash plug-in in Firefox and I've had no problems so far. So I know for sure that it's a Flash problem.
    I tried to uninstall Flash and downgrade, but I couldn't find any previous versions of the Flash player plug-in. I did find some experimental builds, but they still crashed all three browsers.
    Flash is pretty miserable. If I didn't have to use it to watch ESPN videos, I would have no purpose in using Flash at all.

  • HT1338 I have a macbook Pro i7 mid november 2010. I am wondering if i can exchange my notebook with the latest one. Can anyone help me out with this query please.

    I have a macbook Pro i7 mid november 2010. I am wondering if i can exchange my notebook with the latest one. Can anyone help me out with this query please.

    You can sell your existing computer using eBay, Craigslist or the venue of your choice. You could then use the proceeds to purchase a new computer.

  • Has anyone been having problems with camera, safari etc. crashing on iOS 5.0.1 because I have been having the problem as well as my brother I have the iPhone 4. If anyone else having same issue comment below

    Has anyone been having problems with camera, safari etc. crashing on iOS 5.0.1 because I have been having the problem as well as my brother I have the iPhone 4. If anyone else having same issue comment below

    Then the next step would be a restore as new to rule out corruption in the backup.

  • Is anyone else having problems with the new software update for macbook? I get random clicking and flicker an movement of the pointer!

    Is anyone else having problems with the new software update for macbook? I get random clicking and flicker an movement of the pointer!

    OS X 10.7 Lion, 10.8 Mountain Lion & 10.9 Mavericks
    Reset Password starting from Recovery HD
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

Maybe you are looking for

  • Error in creation of client proxy.

    Hello all, I try to consume a webservice in SAP ABAP. When i create the service consumer proxy it is giving an error message llike "Incorrect value: Unknown QName http://wholesale...........................sendeWholesaleMeldungRequest" Have anyone co

  • Logic Remote for iPad freezes on Smart Help

    Mine just endlessly displays "Preparing Help Content Download" when I select smart help and nothing happens. Anyone else have this or have a fix? Thanks

  • Iweb application not responding

    Having a strange issue at my place. iweb had been working since the beginning, however i reimaged them a while ago but put the same versions of all software back on, the only reason i reimaged was as part of housekeeping. So anyway basically iweb was

  • XMBWS.Timeout in soap receiver channel not working

    Hello I have a requirement where my soap receiver channel should time out in 20 sec from the time it had shot a webservice request. I tried setting the module parameter XMBWS.Timeout to 20000 but it didnt work. I assume this parameter should be set f

  • BDOC Error : "BDoc stored before update task (intermediate state)"

    Hi Experts, I have stuck BDOCs under BDOC type "BUS_TRANS_MSG" and the error msg as "BDoc stored before update task (intermediate state)". The error occurs when BDoc Message was not written to qRFC queue. I checked the update tasks in transaction SM1