Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an unordered list and I want to have the list items have alternating background colors. I'm using bullets in the list. Is there a way to extend the background of the color horizontally to get under the bullet?

Margin and padding just push the bullet away.

list

share|improve this question
hmmm...tried to add a screenshot. – Joel Jan 27 '10 at 1:40

1 Answer

up vote 12 down vote accepted

Use list-style-position: inside.

share|improve this answer
cool-I haven't heard of that one...going to go read up on it now. Thanks! – Joel Jan 27 '10 at 1:49
Awesome! Thanks Max! CSS is great, and you are great! I hope that I can contribute answers to people soon! – Joel Jan 27 '10 at 1:51
Wow. Learn something new each day. I hadn't heard of that before either. – jessegavin Jan 27 '10 at 1:54
1  
can I ask a followup-how would I then keep the indention of the text on a text wrap then (IE so text doesn't end up below the bullet)? – Joel Jan 27 '10 at 2:03
1  
ah-Google is my friend. groups.google.com/group/web-authoring/browse_thread/thread/… – Joel Jan 27 '10 at 2:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.