Jump to content
  • 0

Не отображается правая сторона таблицы в IE6


sold_of_fortune
 Share

Question

В CSS прописал таблицу с границами

.tab_left {
margin-left: 10px;
border: 1px solid #009900;
margin-right: 3px;
}

В Опере и ФФ вс? нормально, IE6 не хочет показывать правую границу.

Подскажите, что делать?

Спасибо

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Untitled Document</title>
<link href="default.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="402" rowspan="2" align="left" valign="top"><img src="images/up_left.jpg" width="402" height="217" /></td>
<td height="196" align="left" valign="top" background="images/up_bg.jpg"> </td>
<td width="210" rowspan="2" align="right" valign="top"><img src="images/up_pic_right.jpg" width="210" height="217" /></td>
</tr>
<tr>
<td height="21" align="left" valign="top" background="images/2str_bg.jpg">главная услуги продукция фотогалерея контакты </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="tab_left">
<tr>
<td align="left" valign="top" class="tab_left_up">Виды деятельности</td>
</tr><tr>
<td align="left" valign="top" class="tab_left_txt"><p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table></td>
</tr>
<tr>
<td align="left" valign="top"> </td>
</tr>
</table></td>
<td width="65%" align="left" valign="top"> </td>
<td width="15%" align="left" valign="top"> </td>
</tr>
</table>
</body>
</html>

Только начал верстать, в таблице class="tab_left" не видна правая граница в IE6

Link to comment
Share on other sites

  • 0

Уважаемый Влад!

Вы вот нас, новичков, учите правилам форума, а сами их нарушаете. В этой теме я поднял вопрос о границах таблицы в IE6, а не выносил код HTML на обсуждение. Это мой черновик. Я начал верстать страницу и столкнулся с проблемой отображение границы. Начал пользоваться методом "ТЫКА", одним из вариантов я попробовал сделать эту таблицу вложенной, ничего не получилось и я обратился к форуму. А Вы набросились на мой код, как волк на ягненка. Кстати в Вашем учебнике по CSS написано, что border поддерживается всеми браузерами, а оказывается это не так. IE6 поддерживает border только у таблиц с фиксированной шириной, а "резиновые" будут без правой границы (скорее всего я ошибаюсь, поправьте меня). Метод ТЫКА - двигатель прогресса.

Кстати, а Вы им пользуетесь?

А Ваш сайт мне очень нравится, поэтому и решил вступить с Вами в полемику.

Спасибо!

Link to comment
Share on other sites

  • 0

Границы таблицы и код HTML в данном случае взаимосвязанные вещи и одно без другого не работает. Неверный ошибочный код предполагает, что ошибки заложены изначально и искать решение в случае "кривого" кода это ошибка. Проще переверстать, чем заделывать дыры в подобном коде.

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