View Single Post
Old 04-05-2008, 05:04 PM   #8 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

HTML Code:
ul    {margin:0.5em 0 0 20px; list-style:none; font-family: Verdana, Arial, sans-serif; font-size: 10px;}
ul li {margin:0 1px 1em 5px; background: transparent url('images/bullet.jpg') center left; background-repeat: no-repeat; font-weight: bold;}
Should work fine. Both IE and Firefox maintain the margin, no matter how many breaks you use in your <li> </li> elements.
-m
delayedinsanity is offline  
Reply With Quote