Click to See Complete Forum and Search --> : text size on firefox


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>

Centauri
05-14-2008, 04:01 AM
Nothing wrong with that - text size should be the same in each browser. Maybe a conficting style elswhere on the page?