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 28, 2012 at 10:37 am
#104981
Participant
For me the image would partly blink/disappear the same height as the hover drop downs.
If you disable the nav menu hovers does it still jerk/disappear?
Maybe a higher z-index for the hovers?
.sf-menu li.sfHover ul {
left: 0;
top: 48px; /* match top ul list item height */
z-index: 99;
}