Troep , 

That's not a weird problem, nor a bug, nor a proprietary thing.  it's simply
a difference in browsers that is a carry over from a time when there was no
standard, defacto or otherwise.  Your IE has the bullets too, it's just that
they are hiding behind something.  The default is the disc that you see in
Firefox.  Here's why you see them in Firefox and not IE.  List items have
padding or margin by default. Mozilla's list items are padded 40 pixels;
IE's list items have 40 pixels of margin.  You cannot leave the list at
default and have a consistent appearance across browsers.

The solution:
- If you want the bullets to use and outside list-style, set the margin and
zero the padding. E.G. bullets off the the left of the text. 
- If you want the bullets to use and inside list-style, set the padding and
zero the margin.  E.G. bullets in line with the text meaning that if a line
wraps, the second line will be under the bullet and even with its left edge.

The default bullet is disc.  If you don't want to have bullets at all, then
set the list-style:none; There are several other styles including automatic
numbering, lettering, roman numerals, squares, circles, etc.

Jack

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Troep Dingen
Sent: Thursday, July 12, 2007 11:55 AM
To: css-d@lists.css-discuss.org
Subject: [css-d] LI Dots in Firefox but not in IE

Good day Everyone,

I have a weird problem:

Been looking at this issue now for hours with no result

When i see my website with Internet Explorer: the *year archive* displays
perfectly fine but when i look at it with Firefox..all the <li> have some
weird dots I think maybe it is due a attribute being passed down from parent
classes

the url=
http://www.arcocarib.com/index.php/main/archive

If someone knows the issue. great !

Thanks !
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --
http://www.evolt.org/help_support_evolt/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to