Results 1 to 2 of 2

Thread: menu behind animated banner

  1. #1
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default menu behind animated banner

    Hi,

    I have the fade slide show on my homepage. I have a CSS menu. The CSS menu is appearing behind the JS banner. Only in one version of IE8 (8.0.6001.18702). Other version of IE 8, it works fine.

    I have set all the Z-index values in the CSS. I was wondering if you could add anything in the JS. Like for SWF you can set <param name="wmode" value="transparent">.

    The site is http://capitalshores.com/

    Thanks,

    Ryan

  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

    My IE 9 in IE 8 mode doesn't show the problem. But, if I put it into IE 7 mode, it does. In it, if I add a z-index: 1000 to the #header_container selector in the main_style.css file (around line #76):

    Code:
    #header_container {
    	position:relative;
    	float:left;
    	width:988px;
    	height:140px;
    	z-index: 1000;
    }
    That takes care of it.

    The browser cache may need to be cleared and/or the page refreshed to see changes.
    - John
    ________________________

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

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
  •