Re: [css-d] Bullets not appearing in IE

2005-10-06 Thread Christian Heilmann
 The page is: http://www.2lbs.com/ (the CSS is at the top of the page)

 It looks fine in Firefox, but I can't get the bullet images to appear on the
 top nav in IE.  I think it might be the float: left; that is causing the
 bullets to disappear in IE, but I need the list items  to be displayed
 inline.

Just don't bother with list-style-image and use background images on
the LI instead. Then give the LI a padding to the left to show the
image:
http://css.maxdesign.com.au/listutorial/introduction.htm


--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
__
css-discuss [EMAIL PROTECTED]
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/


[css-d] Bullets not appearing in IE

2005-10-05 Thread Estelle Weyl
The page is: http://www.2lbs.com/ (the CSS is at the top of the page)

It looks fine in Firefox, but I can't get the bullet images to appear on the
top nav in IE.  I think it might be the float: left; that is causing the
bullets to disappear in IE, but I need the list items  to be displayed
inline.

Any help would be appreciated.

Thanks.

Estelle Weyl
http://www.EstelleWeyl.com
415.845.9906
Making the web accessible since 1999

__
css-discuss [EMAIL PROTECTED]
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/