Link to home
Start Free TrialLog in
Avatar of hthrp
hthrp

asked on

Background slider not showing up under transparent menu bar at top IE 10

I've got this web page looking how I'd like it to look in Firefox, with the slider transition showing up underneath the transparent header.  http://207.112.6.146/

When I'm in IE 10 the slider won't show up underneath the transparent bar at the top unless I have the following to display none.  Is there a problem with z-index on an element or something I'm overlooking?

.ie10  div.socialmedia, .ie10 div.searchbox, .ie10 #menu  {display:none;}

Open in new window


Any help appreciated, thanks!
Avatar of hthrp
hthrp

ASKER

Avatar of Gary
Bit confusing and debugging in IE is like pulling teeth
Why are you assigning a background image to the #inner-wrap element?
Judging from FF it should just be semi opaque black but you have this applied to the nested #header element.
So in IE I think the image is taking precedence.
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hthrp

ASKER

Thanks.  I tried to remove the layer stacking by putting items under one element and it seems to have corrected the issue.
Okay that makes sense, as long as you can do it without messing up the layout.  Great!

Cd&