« Prev | Next »

Step 16: Bullets

Here, I'm using background images to define the bullets for the links.

ul.txt a {
background-image: url(txt.gif);
padding: 0 0 0 18px;
background-repeat: no-repeat;
line-height: 20px;
}

ul li {
list-style-type: none;
}