>I want the marker centered on the first line of list-item text.


The basic idea is as follows:


  ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(bullet.gif);
background-repeat: no-repeat;
padding-left: 15px;
}

replacing the image url and padding-left with suitable values.



http://css.maxdesign.com.au/listutorial/01.htm

gives a step by step explanation, expanding on the basic idea to 
reintroduce spacing, right alignment and other variations.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to