Situation: Got a div with buttons images. Div needs to fadeIn on hover. Works in all browsers, except Internet Explorer. When I give the div a background co
This is due to has layout. Using position:relative will give the same result without use of a unwanted background image.