Jump to content

akeyev

Newbie
  • Posts

    1
  • Joined

  • Last visited

Everything posted by akeyev

  1. Верстаю страницу с помощью таблицы. В браузерах FF2 и IE6 по разному группируются ячейки. Мне надо так, как получается в IE6. Никто с таким не сталкивался? Подскажите, где копать. Скрины: Internet Explorer 6.0 (jpg, 48 kB) Mozilla FireFox 2.0 (jpg, 51 kB) Код: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title> Таблица. </title> <style type="text/css"> BODY { margin: 0; padding: 0; } </style> </head> <body> <table cols=6 border=1 width=100% height=100% cellspacing=0 cellpadding=0> <tr height=5%> <td width=5%>1</td> <td colspan=4>6</td> <td width=10% rowspan=6>7</td> </tr> <tr height=5%> <td width=25% colspan=2 rowspan=2>2</td> <td width=5% rowspan=5>8</td> <td width=10% height=5%>9</td> <td>Заголовок</td> </tr> <tr> <td rowspan=3 colspan=2> Основной текст. </td> </tr> <tr height=5%> <td colspan=2>3</td> </tr> <tr> <td colspan=2>4</td> </tr> <tr height=5%> <td colspan=2>5</td> <td colspan=2>10</td> </tr> </table> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy