I recently redesigned my site and i just saw that IE has trouble with my custom list images. I did not use list-style-image since it shifted positions across browsers. Insted I used background-image and applied a negative margin and a positive padding.
This works in every browser except in IE. IE7 shows me flickering images on hover, while all older IE versions crop out my image... I tried applying overflow:visible to the container but that does not seem to work.
The URL is … It would be awfully nice if someone could have a look and point me in the right direction.
Thanks nimbupani, that helped to an extent: I got equal performance across all versions of IE: The image is not shown at all. Again I tried applying overflow:visible to the container, but that doesn't seem to make a difference.
@flippy1234: I only just saw your comment now: I will try it out on an offline version, so that I dont mess up my site...