Hi,
when I replace the regular bullet for an image, the image will not position inline with <li> contents. And this happens only in IE6, is there a way to fix this ?
| SitePoint Sponsor |




Hi,
when I replace the regular bullet for an image, the image will not position inline with <li> contents. And this happens only in IE6, is there a way to fix this ?
Rather than use list-style-image you have more control by giving the <li>s some left padding and setting the image as a background to the <li>s.

Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work




I do list-style-image for li in general style sheet and background image for li in IE style sheet. Although I can do background image for li in general style sheet , it will be compatible with all browsers.
Or you can do it once as Centauri suggested and be done with it.I do list-style-image for li in general style sheet and background image for li in IE style sheet
Background Bullet Image
Ray H.- css-lab.com
W3C Specs - CSS 2.1 | CSS current work | Properties Index
Bookmarks