You can't across all browsers if you insist on using •. Instead use 
an unordered list and then use list-style to set the type of bullet you'd 
like to use. 

If you don't care about maximum visibility across different browsers, you 
could use the :first-letter or :first-line pseudo elements and given them 
a negative margin, i.e.,
li:first-letter {
        margin-left:-1em;
}

I don't recommend that.

-- 
Marc Luzietti
Flagship Project
Bayview Financial, L.P.
(305) 341-5624

Hi,

I am using <li> with a &bull; in the bengining of each
line of text. How can I make sure if the line is too
long, after the line wrap the second line stays behind
the bullet, not under the bullet?

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to