C
chlori
Hi Newsgroup
If I use...
body, td
{
font-size : 95%;
}
....then in Mozilla 1.3 the font size in tables is smaller than the rest.
....in IE6 the fontsize in tables is like the rest.
If I use...
body (without td)
{
font-size : 95%;
}
....in Mozilla 1.3 the fontsize in tables is like the rest.
....then in IE6 the font size in tables is 100% and the rest is 95%.
How can I make the font size for both Browsers 95% (tables and rest)?
Thanks for your help.
chlori
If I use...
body, td
{
font-size : 95%;
}
....then in Mozilla 1.3 the font size in tables is smaller than the rest.
....in IE6 the fontsize in tables is like the rest.
If I use...
body (without td)
{
font-size : 95%;
}
....in Mozilla 1.3 the fontsize in tables is like the rest.
....then in IE6 the font size in tables is 100% and the rest is 95%.
How can I make the font size for both Browsers 95% (tables and rest)?
Thanks for your help.
chlori