contact subscribe

IE's Bullets Are Blanks

Let's be frank: no one reads this but me. From here and henceforth this blog shall serve as my Online Note Pad. I've taken to using background-image attributes to style my unordered lists, rather than using the built in list-style-image. I get more control over placement and position. The only problem: IE 6.x (and I assume, 5.x) plays peek-a-boo with the first bullet (and others) in my list. "The solution":http://archivist.incutio.com/viewlist/css-discuss/36412 as posted by Holly Bergevin is to add position:relative to the css selector you are using. (On that note, position:relative is a common solution to many of IE's problems...)