Question

I have a two-way gradient background and a navigation bar. All the browsers display right except IE8 (even IE7 is ok).

The simplified code is here: http://jsfiddle.net/HKg9d/3/

If you adjust the window size and let the square cross the two parts of the background, the bottom part will overlap the square, only in IE8.

Était-ce utile?

La solution

Try adding a position:relative to the .nav. z-index Applies to positioned elements (from the documentation)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top