HJC
05-14-2008, 03:15 AM
hi all, the following css work on IE , but not firefox, how to fix it?
ul.disc {list-style-type: disc;
font-size: 12px;
color: black;
font-family: Verdana;
}
<ul class="disc">
<li>abc</li>
</ul>
ul.disc {list-style-type: disc;
font-size: 12px;
color: black;
font-family: Verdana;
}
<ul class="disc">
<li>abc</li>
</ul>