« IE Bug Fix For Floating Divs | Main | Switching To LimeWire »

Background Images For Bulleted Lists In IE

Here's a fix for bizarre IE coding problem #847 . . . using position: relative for bulleted lists. It seems that if you use CSS to replace the standard list style for the

  • tag and instead use a background image to display your bulleted list (for example . . . on MY site), then Internet Explorer will sometimes display the bullet image and sometimes it won't. Go figure. So, another search of the CSS coding sites revealed that if you define position: relative for the
  • tag in your CSS code, the problem goes away. How odd, but it works fine. The on again / off again display problems with my bulleted images in IE are now gone. Bizarre.

  • Post a comment

    (If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)