Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-30-2012, 03:50 PM   PM User | #1
ryrocks
New Coder

 
Join Date: May 2008
Posts: 12
Thanks: 2
Thanked 0 Times in 0 Posts
ryrocks is an unknown quantity at this point
css menu going behind JS banner in IE8

Hi,

I have an animated banner 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/

I am using this slideshow:

http://www.dynamicdrive.com/dynamici...nslideshow.htm

Thanks,

Ryan
ryrocks is offline   Reply With Quote
Old 03-30-2012, 04:13 PM   PM User | #2
blaze4218
Regular Coder

 
Join Date: Apr 2005
Location: Texas
Posts: 448
Thanks: 24
Thanked 63 Times in 63 Posts
blaze4218 is an unknown quantity at this point
it's running in quirksmode, try this before your title


Code:
 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
or
Code:
 <meta http-equiv="X-UA-Compatible" content="IE=100" />
__________________
Allwisend bin ich nicht, doch viel ist mir bewursst
-Goethe
blaze4218 is offline   Reply With Quote
Old 03-30-2012, 04:17 PM   PM User | #3
blaze4218
Regular Coder

 
Join Date: Apr 2005
Location: Texas
Posts: 448
Thanks: 24
Thanked 63 Times in 63 Posts
blaze4218 is an unknown quantity at this point
Also, and this might just be me, I put navigation menus after my content to ensure that no matter what little unexpected quirks pop up later it will always be on top. I suppose I could just get better at CSS...
__________________
Allwisend bin ich nicht, doch viel ist mir bewursst
-Goethe
blaze4218 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:36 AM.


Advertisement
Log in to turn off these ads.