Home › Forums › JavaScript › Full Page Background Image | jQuery Problem in IE7 and 8 › Re: Full Page Background Image | jQuery Problem in IE7 and 8
June 26, 2012 at 8:59 pm
#104913
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;