|
в опере таблица не сжимается
ДОбрый день!
Есть обычная таблица с 7 строчками, в строчках вставлены картики.
Внимание вопрос: как сжать таблицу в опере? ибо она не сжимается в высоту.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" height="175" style="padding:0px; margin:0px;">
<tr>
<td height="33"><img src="images/attorney.gif" alt="" height="33" /></td>
</tr>
<tr>
<td height="27"><img src="images/federal.gif" alt="" height="27" /></td>
</tr>
<tr>
<td height="28" ><img src="images/sex.gif" alt="" height="28" /></td>
</tr>
<tr>
<td height="27"><img src="images/federal.gif" alt="" height="27" /></td>
</tr>
<tr>
<td height="27"><img src="images/personal.gif" alt="" height="27" /></td>
</tr>
<tr>
<td height="27"><img src="images/newsletter.gif" alt="" height="27" /></td>
</tr>
<tr>
<td height="6"><img src="images/menu_bot.gif" alt="" height="6" /></td>
</tr>
</table>
</body>
</html>
xtml strict обязателен
Последний раз редактировалось Dmitry S; 02.03.2006 в 00:34.
|