11-01-2011, 16:39
pozmieniałem css trochę, i teraz wygląda tak:
table {
width: 300px;
border-collapse: collapse;
}
.pierwsza {border:2px solid red; border-top-width:2px; border-bottom-width:2px;}
.druga {border:2px solid blue; border-top-width:2px; border-bottom-width:2px;}
.trzecia {border:2px solid green; border-top-width:2px; border-bottom-width:2px;}
tr.first td {border-top-width:2px;}
tr.last td {border-bottom-width:2px;}
w dobrym kierunku?
table {
width: 300px;
border-collapse: collapse;
}
.pierwsza {border:2px solid red; border-top-width:2px; border-bottom-width:2px;}
.druga {border:2px solid blue; border-top-width:2px; border-bottom-width:2px;}
.trzecia {border:2px solid green; border-top-width:2px; border-bottom-width:2px;}
tr.first td {border-top-width:2px;}
tr.last td {border-bottom-width:2px;}
w dobrym kierunku?