Previous Message
Next Message

list bullets not showing in ie

Sent by Holly Bergevin on 29 November 2004 08:08


From: "Michael R. Bernstein" [EMAIL-REMOVED]>

>Can anyone help diagnose this further?

Michael, you may need to change your approach to how those bullets are placed there. Instead of
using them as listmarkers, I suggest you try using them as background images in the LI. Change your
CSS to reflect the following - 

#content ul {list-style: none;}

#content ul.side li { /* new selector */
background: url(bullet.gif) 0 6px no-repeat;
padding-left: 20px;}

Adjust the padding to your liking, it's what gives the distence between the bullet/background image
and the text of the LI.

hth,

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: