/ Published in: CSS
Using a combination of background and padding styles to modify the way list image styles are applied.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
li { background: url(images/bullet.gif) no-repeat left top; padding: 3px 0px 3px 10px; /* reset styles (optional): */ list-style: none; margin: 0; }
URL: http://alistapart.com/article/taminglists