Michael W.: Tabllen und CSS

Beitrag lesen

Hi,

body{
font-size: 12px;
}
table, td, tr{
font-size: 12px;
border-color: #ffffff;
}
table.fullsize, td.fullsize, tr.fullsize{
font-size: 12px;
border-color: #ffffff;
height:100%;
}

<TABLE class="fullsize" border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">

im IE gehts! Danke! Aber NN regt mich dermasen auf...
wie muss das ganze für Netscape aussehen?

MfG
Michael Wölk