Насінник Андрій
02
Тра

Таблиця з допомогою div`ів

Прості таблички вставляти в документ не хочеться тому що валідатор каже що це не xHTML 1.0 Strict чи там HTML 4.01 Strict
тому як на мене оптимальний варіант (IE для мене не авторитет):
<div style="display: table;">
<div style="display: table-row;">
<div style="display: table-cell;">Поле</div>
<div style="display: table-cell;">Тип</div>
<div style="display: table-cell;">Додаткова інформація</div>
</div>
<div style="display: table-row;">
<div style="display: table-cell;">id</div>
<div style="display: table-cell;">tinyint(3) unsigned</div>
<div style="display: table-cell;">NO,PRI,auto_increment</div>
</div>

<div style="display: table-row;">
<div style="display: table-cell;">name</div>
<div style="display: table-cell;">varchar(20)</div>
<div style="display: table-cell;">NO,,</div>
</div>
<div style="display: table-row;">
<div style="display: table-cell;">description</div>
<div style="display: table-cell;">varchar(100)</div>
<div style="display: table-cell;">NO,,</div>
</div>
</div>

джерело: http://mk-prog.110mb.com/

© Nas {{ Education Development Center }}
2009