przez guwer » 20 lutego 2005, o 00:11
Czy da się jakoś prosto zrobić wewnętrzne obramowanie w tabeli w CSS(oprócz wpisywania ustawień każdej komórki)? W HTMLu było frames=void.
Mam coÅ› takiego:
col#c1 { border-right: 1px dashed #D70036; width: 100px;}
col#c2 { border-right: 1px dashed #D70036; width: 130px;}
col#c3 { border-right: 1px dashed #D70036; width: 80px;}
col#c4 { border-right: 1px dashed #D70036; width: 120px;}
i
<table cellpadding="0" cellspacing="0" style="text-align: center;">
<col id="c1"><col id="c2"><col id="c3"><col id="c4">
<tr style="font-weight: bold; height: 40px;">
<td>Miasto</td>
<td >Data zapisów</td>
<td >Godziny</td>
<td >Rozpoczęcie semestru</td>
</tr>
itd...
i działa to częściowo tzn przyjmuje rozmiary ale nie chce zrobić tej prawej obramówki...