CATEGORIES
list-style-position bug - My CSS UL List Style Position Outside Fails
Published by: Matt (11/9/2008 7:00:12 PM)
NOV 9 2008
I have some css bug here. I wrote it on a test page where the code just works fine when i ask to list-style-position:outside or inside but it is not working on the real page. I tried through various means but i am failing.
#video_detail ul
{
padding-left:30px;
list-style-type:none;
list-style-position:outside;
}
Most Popular Articles
- list-style-position bug - My CSS UL List Style Position Outside Fails
- How can I write Conditional CSS for IE6 and IE7
- How do I Style to UL Tags - One Float Left and Other Float Right
- Why my CSS Class under an UL doesn't Work
- How can I have CSS Hack for Firefox and Chrome
How to set font size on the basis of word count >>
<< How do I Style a Table Using CSS Codes
COMMENT