Hey,
So I've got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I have never seen an issue like this before. Has anyone else and can anyone suggest a solution. Below are examples of the working and broken image and the url to the live code.
- Seen on load
- Broken after scrolling out and into viewport
I'm using a sliding doors approach with a span inside an a and css background images
The full menu can be found @ http://bjmarine.net/samples.htm
Cheers, Denis
Solutions:
#navigation ul.primary-nav li.selected a.menu-item-hover{height:25px;}
#navigation ul.primary-nav li.top-level.selected a.menu-item-hover span{height:21px;}
* html #navigation ul.primary-nav li.residential.selected a.menu-item-hover{width:88px;white-space:nowrap;}