"If you want to improve the vertical alignment of the bullets and text, you will need to move the list styling from the <a> back to the <li>."
For the individual category rules, make the rule apply to the list item instead of the link:Code:#categories ul {/*top category lists*/ list-style: none disc outside url(../images/bullet1.gif); background: none; border: none; margin: 0 0 0.45.0em 0; padding: 0; } #categories ul a {/*top categories*/ display: list-item block; list-style: disc outside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/ background: no-repeat; border: none; margin: 0 0 0 5.00.4em; padding: 0; }There will be some other places you need to change along with these, following the same principle.Code:/*change all individual cat rules as below*/ #categories li.cat-uniforms a { list-style-image: url(../images/cat2.gif); }


Reply With Quote
