joonstar
08-16-2005, 01:25 AM
<style>
.50{font-size:50px}
</style>
<table>
<tr><td class='50'>abcd</td></tr>
</table>
The font size of "abcd" is 50px in IE6, but isn't in FireFox.
How can I make the font size of "abcd" 50px in FireFox?
.50{font-size:50px}
</style>
<table>
<tr><td class='50'>abcd</td></tr>
</table>
The font size of "abcd" is 50px in IE6, but isn't in FireFox.
How can I make the font size of "abcd" 50px in FireFox?