Hi,
There are several advatages to using list-style-image
  1. you can click on the image to select the list item
  2. it's slightly simpler
  3. you can still have another background-image on the element
IMHO, the bullet as background image is still better though because of buggy css support.

Alan Trick
Hi Ted,
All personal opinion, but the bullet as background image has a lot of
advantages:

- You have far more control over the positioning of the bullet, as you can
set it in any position using a range of units (pixel, ems, percents. You can
even position the bullets under the list items if desired.
- As it is positioned exactly, it is also more cross-browser stable, at
least across the modern CS supporting browsers.

Russ
  
When creating custom bullets, I tend to use the background and padding
avenue. I know you can also assign an image as a bullet. My question is,
which is better?  Is one method more bullet-proof?

Reply via email to