As most web designers will know, Internet Explorer 7 and older never seem to render anything properly. My most recent gripe has been why IE7 was refusing to show a background image I had defined on an li element.

It turned out that IE7 seems to have a rendering issue where it doesn’t show overflow on a ul element.

The fix seems to be to add

position: relative

to your li elements.

Tagged with:
 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>