Posted by Norman on 03/06/07 10:40
hello,
i have an <li> list with the following css
#leftcontent ul li {
background-color:transparent;
list-style: none;
list-style-position: outside;
}
the problem which i cannot see how to solve is that if the list item
wraps in two line i get the following effect:
text text text
second line text
next next next
second next next
....
how can i modify the css so that the text aligns under the text rather
then the bullet point?
i have tried both
list-style-position: outside;
list-style-position: inside;
but nothing happens?!
cheers
norman
[Back to original message]
|