View Single Post
Old 04-08-2008, 10:18 PM   #16 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

Using the example site you listed above I edit the CSS and this lined the bullets up with the center of the first line.

css Code:
ul    {margin:0.5em 0 0 20px; list-style:none; font-family: Verdana, Arial, sans-serif; font-size: 10px;
 border: 0px;
 padding: 0px;
 }
ul li {
 margin:0 1px 1em 1px;
 background: transparent url('images/bullet.jpg') no-repeat 0 2px;
 font-weight: bold;
 padding-left: 20px;
}
Originally I had my numbers backwards. It's x position and then y position.
__________________
Eric
wGEric is offline  
Reply With Quote