Back to the index.
You can use an image as a list style, or change the position of the marker.
It is possible to use an image instead of a marker. Just specify the image with a url()
and you’re set.
list-style-image: url(/pix/logo_ppk.gif)
list-style-image: url(/pix/logo_ppk.gif)
Finally, what position should the list marker have. W3C defined inside and outside. Outside is the normal behaviour in most browsers, while inside means that the marker should be an inline element, inside the margin, so that the text may wrap below it.