maxim nestoff
Создатель
- Регистрация
- 23 Апр 2009
- Сообщения
- 185
- Реакции
- 15
- Автор темы
- #1
Ребят, возможно очень тупой вопрос, но как такую таблицу переделать чтоб в случае адаптивного дизайна был перенос таблиц? Сейчас на айпаде такая таблица вылазит за рамки поля
HTML:
<table border="0" width="900">
<tbody>
<tr>
<th align="left" width="28"> </th>
<th align="left" height="43" width="47"><strong><img height="39" longdesc="dollar_currency_sign.png" src="dollar_currency_sign.png" width="46" /></strong></th>
<th align="center" width="43"><strong style="font-size: 14px">Раз</strong></th>
<th align="left" width="56"> </th>
<td align="center" width="30"> </td>
<td align="center" width="47"><strong style="font-size: 14px"><img height="39" longdesc="shopping_cart.png" src="shopping_cart.png" width="46" /></strong></td>
<td align="center" width="71"><strong style="font-size: 14px">Два</strong></td>
<td align="center" width="37"> </td>
<td align="center" width="40"> </td>
<td align="center" width="47"><strong style="font-size: 14px"><img height="39" longdesc="users.png" src="users.png" width="46" /></strong></td>
<td align="center" width="79"><strong style="font-size: 14px">Три</strong></td>
<td align="justify" width="31"> </td>
<td align="center" width="49"> </td>
<td align="left" width="47"><strong style="font-size: 14px"><img height="39" longdesc="chart.png" src="chart.png" width="46" /></strong></td>
<td align="center" width="141"><strong style="font-size: 14px">Четыре</strong></td>
<td align="left" width="41"> </td>
</tr>
<tr>
<td align="center" colspan="4" height="92" style="font-size: 12px" valign="top"><p>Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст </p></td>
<td align="center" colspan="4" style="font-size: 12px" valign="top">Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст</td>
<td align="center" colspan="4" style="font-size: 12px" valign="top">Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст</td>
<td align="center" colspan="4" style="font-size: 12px" valign="top">Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст Текст</td>
</tr>
</tbody>
</table>