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

#104981
amoss
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;
}