simon315
08-18-2002, 11:01 PM
Hi! I'm trying to create a ordered list on my web page utilizing css. I've created a custom css for both Netscape and IE using the disc-style bullets for both browsers. How come IE correctly displays the bullets and Netscape gives me a numbered list instead? Did I do something wrong? Here is the css portion for the <LI>:
LI
{
LIST-STYLE-TYPE: disc
}
Thanks in advance!
LI
{
LIST-STYLE-TYPE: disc
}
Thanks in advance!