<li> bullets not lining up with text
<li> bullets not lining up with text
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- Gordy220
If I were you, I'd use a bg image for the bullets.
Something like
li {
list-style-type:none;
background:transparent url(bullet.gif) no-repeat 0 5px}Means you can have a lot more control over where the bullet is and what it looks like...
- I'd rather not, because we're using regular list items elsewhere without any problems.besler