Results 1 to 3 of 3

Thread: ddsmoothmenu - hidden sub menu in IE9

  1. #1
    Join Date
    Nov 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ddsmoothmenu - hidden sub menu in IE9

    1) Script Title: ddsmoothmenu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    3) Describe problem:

    IE 9 hides the sub menu items. See Website (hover over practice areas).
    Works fine in Chrome.

    Any ideas?

    Thanks,
    Joe

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    .

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.



    Looks the same to me in Chrome as in IE 9. If I put IE 9 into IE 8 mode - still the same. But if I put IE 9 into IE 7 mode, then the drop downs hide behind the content glider. To fix that, add the highlighted in the ddsmoothmenu.css file:

    Code:
    .navigation {
    	width:100%;
    	float:left;
    	height:31px;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size:101%;
    	position:relative;
    	background-color:#222427;
    	z-index: 9999;
    }
    Last edited by jscheuer1; 11-02-2011 at 11:03 PM. Reason: Noticed Missing Credit
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default z-index: 9999;

    Very much appreciated, that did the trick.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •