J
Jeremy
I am trying to make Netscape 7.1 show a regular black-filled list bullet. I
get the right bullet in IE; but in Netscape I get a black-filled diamond
instead of a black-filled disc. My code is:
li { margin-top: 3; margin-bottom: 6; list-style-type:disc; }
How can I get the bullet to be the same in IE and Netscape? (I have no
problem getting them the same is I use a square, but I don't want a
square...)
Is there an internet reference that tells the differences between the way IE
and Netscape interprets CSS?
Many thanks in advance for your help.
get the right bullet in IE; but in Netscape I get a black-filled diamond
instead of a black-filled disc. My code is:
li { margin-top: 3; margin-bottom: 6; list-style-type:disc; }
How can I get the bullet to be the same in IE and Netscape? (I have no
problem getting them the same is I use a square, but I don't want a
square...)
Is there an internet reference that tells the differences between the way IE
and Netscape interprets CSS?
Many thanks in advance for your help.