The site which I work on has an older form that is several pages long.
 The outer shell is doctype 4.0, tabular with so many coding errors I
could only make it work in all browsers.  Currently,  I updated the
out shell to be standards css based with xhtml transitional but kept
the form in the older tabular format.

I developed a special style sheet for the tabular section and works in
all browsers I support

IE 6 7 8, Firefox 2 and 3, Safari 3.

Although we don't officially support Google Chrome, but had some time
so I was going through the site in this browser.  The font-sizes
within the tables were so much larger in Google than any other
browser.

body {
        
        font-size:1em;
}


The entire tabular structure is in a container  I called .outer
within that are several nested tables which I didn't deal with so I
put.
.outer {
        
        font-size: 75%;
        line-height:130%;
        
.outer td {font-size: 100%; }

.outer td table tr td {font-size: 100%;}
.outer td table tr td table tr td {font-size: 100%; }


This is a small piece of the css and nothing is live so I cannot show you.

Thanks in advance

Nancy
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to