Napisałem szablon oparty na tabelach (wiem, ale na divy przerobie go kiedy indziej ;P) validator pokazuje, że strona zgodna itp, ale w firefoxie 2.0 jest coś nie tak, chociaż pod Operą wygląda wyśmienicie.
Oto kod:
<table width="80%" cellpadding="0" cellspacing="5" align="center" class="out"> <tr> <td colspan="3"> <table width="100%" cellpadding="4" cellspacing="1" class="in"> <tr> </tr> </table> </td> </tr> <tr> <td valign="top" width="60%" rowspan="2"> <table class="in" width="100%" cellpadding="4" cellspacing="1"> <tr> <td class="row1">dużo tresci </td> </tr> </table> </td> </tr> <tr> </tr> <tr> <td colspan="3"> <table width="100%" cellpadding="4" cellspacing="1"> <tr> </tr> </table> </td> </tr> </table>
i ten problem dotyczy kolumny z trescią "test123", niby jest valign="top" ale jak w tej dużej kolumnie jest dużo treści to ona nie jest przy kolumnach test1 i test12 tylko jest między nimi duży odstęp.
W stylach trzymam tylko kolory tła, a w body margin jest na 0px;
Proszę o pomoc, bo walcze z tym od 4 godzin ;/