Jump to content

rubi

Newbie
  • Posts

    2
  • Joined

  • Last visited

rubi's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Да, поспешил. Проблема решилась - переделал в 1 и третьей строке на colspan = 4, а в третьей строке просто сделал вложенную таблицу. Все ОК.
  2. Здравствуйте. Столкнулся с такой проблемой. В опере, огнелисе и даже ИЕ все хорошо, а в хроме плохо. Есть таблица: <table cellpadding = "0" cellspacing = "0" id="header_table1" border = "1" align="center"> <tr> <td colspan="6" class="top-column1"></td> </tr> <tr> <td class="left-column1"></td> <td class="logo-column1" colspan="2"></td> <td class="slogan-column1" colspan="2"></td> <td class="right-column1"></td> </tr> <tr> <td class="leftmenu-column1" colspan="2"></td> <td class="menu-column1" colspan="2"> </td> <td class="rightmenu-column1" colspan="2"></td> </tr> </table> Для нее есть CSS: /*header table*/ #header_table1 { width:993px; height:275px; border-collapse:collapse; } /*top column*/ #header_table1 .top-column1 { background: #ffffff url(images/header-top-bg1.gif) center top no-repeat; height:11px; /*width:993px;*/ } /*left column*/ #header_table1 .left-column1 { width:4px; height:217px; background: #ffffff url(images/leftcolumn_bg.gif) repeat-y; } /*logo column*/ #header_table1 .logo-column1 { height:217px; width:490px; background: #ff7777; } #header_table1 .slogan-column1 { height:217px; width:495px; background: #ff1111; } /*Right column*/ #header_table1 .right-column1 { width:4px; height:217px; background: #ffffff url(images/rightcolumn_bg.gif) right repeat-y; } /*menu column*/ #header_table1 .leftmenu-column1 { width:24px; height:47px; background: #111000; } /*menu column*/ #header_table1 .rightmenu-column1 { width:24px; height:47px; background: #666111; } /*menu column*/ #header_table1 .menu-column1 { width:945px; height:47px; background: #ffffff url(images/menucolumn_bg.gif) repeat-x; } Так вот, почему то в хроме ширина столбцов сбивается (точнее говоря ячейки slogan-column1 и logo-column1 не соответствуют заданным им размерам, так же как menu-column1, rightmenu-column1 и leftmenu-column1), причем если убрать нижнюю строку таблицы (состоящую из menu-column1, rightmenu-column1 и leftmenu-column1), то все встает на свои места. такое ощущение, что colspan, который отличается для второй и третьей строк, сбивает хром с толку. Подскажите, как можно обойти беду.
×
×
  • 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