List Images
Posted: January 31st, 2009 | Filed under: CSS | Tags: CSS, ListsIn CSS List Images are such a simple topic that I have seen overlooked over and over. There is not much to it at all. Just one line of css.
Example
ul { list-style-image:url(picName.jpg); }
Done in one short line. This will simply make every un-ordered list have an image in place of the dot. So then an un-ordered List in XHTML such as:
Read the rest of this entry »



