Hey Lisa,

I looked at your page without stylesheets in both Firefox 3.6.6 and IE8 and your slider isn't even rendering in IE.

This may not even be z-index issue. Try explicitly defining the height and width of the slider div in your CSS markup and see if that fixes it.

#example_1_container {
  width: 597px; height: 399px;
  overflow: hidden;
}

if the images are being floated by the slider which is probably the case, then your div will collapse since it doesn't have a default size to fall back on when child content is not physically present.

the overflow:hidden attribute fixes the float clearing issue.

hope this helps,

-- Brandtley McMinn - Creative Director
Gigglebox Studios XD
[email protected]
512.406.1666



On 7/12/2010 10:43 AM, gemelli2 wrote:
hi - i'm having a problem with ie7 and z-index. Tried implementing a
javascript fix but it didn't work. the page displays ok in all other
browsers. if anyone could check it out, i'd really appreciate it!
The page is:
http://www.pathwayschool.org/windex!ie7.html

it should have an image on the left side that is cycling but in ie7 it
is just a white space.

Also, supposedly the navigation on the top is a bit wacky on inner
pages....

thanks in advance for any suggestions.
lisa


--
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to