What happens when you remove the margin-left rule?  Does the bullet come up
correctly?

I have found that IE can be particular when it comes to margins and paddings
on lists.  Try playing around with using padding instead of margin, or your
margins on the UL instead of the LI, etc. etc.

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
On Behalf Of Christian Heilmann
Sent: Wednesday, 9 August 2006 1:22 a.m.
To: [email protected]
Subject: Re: [WSG] Custom Bullets

> Hi,
>
> For the first time I am using custom bullets image. Just to try
> something different. Anyway FF displays it correctly but when viewing it
> in IE6 i can still see the default "disc" bullet then my custom bullet.
>
>     ul li {list-style-image: url(images/tick.png); margin-left: 20px;}
>
> I have tried most of the examples on the web of setting a background
> image for li but still no luck?

Don't bother with list-style image but use list-style none on BOTH UL
and LI and then use padding + background image and all is fine.
http://css.maxdesign.com.au/listamatic/vertical05.htm


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************




******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to