I have an older tabular structure set up within a standards based css2, xhtml transitional website.
Chrome displays the font-size larger within the tables than all other browsers tested including Safari 3.2.1 on the mac.
I have the tabular structure sitting within a div class I call .outer
body {
font-size:1em;
}
.outer {
font-size: 75%;
}
.outer td {font-size: 100%; }
.outer td table tr td {font-size: 100%;}
.outer td table tr td table tr td {font-size: 100%; }
Any suggestions that would change Google Chrome Only. I tried the following body:nth-of-type(1) but it also affected Safari
Thanks in advance


LinkBack URL
About LinkBacks



Reply With Quote