Jump to content
  • 0

Ширина столбца в таблице в Chrome


rubi
 Share

Question

Здравствуйте. Столкнулся с такой проблемой. В опере, огнелисе и даже ИЕ все хорошо, а в хроме плохо. Есть таблица:

<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, который отличается для второй и третьей строк, сбивает хром с толку. Подскажите, как можно обойти беду.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

У тебя таблица кривая вся. Посмотри сам, например colspan равен 6-и, а ячеек на следующей строке всего 4, а потом уже идут по две и одной. Сделай таблицу правильно для начала.

Link to comment
Share on other sites

  • 0
Да, поспешил. Проблема решилась - переделал в 1 и третьей строке на colspan = 4, а в третьей строке просто сделал вложенную таблицу. Все ОК.

Молодец, только надо было так сразу сделать :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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