Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Full Page Background Image | jQuery Problem in IE7 and 8 Re: Full Page Background Image | jQuery Problem in IE7 and 8

#104913
amoss
Participant

Try a higher z-index for the #nav to see if that may help.

#nav {
position: absolute;
top: 58px;
right: 1px;
z-index: 2;