Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
<ul id="nav">
<li><a id="home" href="#">Home</a></li>
<li><a href="#">Racing</a></li>
<li><a href="#">Hospitality</a> ...
a#home {
background: url(home-icon.gif) no-repeat;
display: block;
float: left;
height: 40px;
width: 40px;
text-indent: -5000em;
}
list-style-image is the correct way to apply a list icon via CSS.background property to give each list an image.
1 to 5 of 5