print css hack for background images

Thank you Jesper Rønn-Jensen!

#bkgrnd-image  {
display: list-item;
list-style-image: url(../images/logo_print.gif);
list-style-position: inside;
}

Note: I’ve not found out how to use a sprite by positioning the background image in a list-style.

Leave a comment