Sizzling HTML Jalfrezi's Tip of the Day 
  - Using graphics as list bullets -  

Using style sheet methods, you can assign a graphic to be a list bullet.

example of code

<UL STYLE="list-style-image:url(graphics/quavers.gif)">
<LI>Tricky</LI>
<LI>Massive Attack</LI>
<LI>Portishead</LI>
<LI>Morcheeba</LI>
</UL>

how it renders

Despite the fact that this method is part of the W3C CSS1 standardexternal link, it is only supported by MS Internet Explorer.


previous tips of the day