Jump to content
  • 0

таблица и display:inline


stalker_2000
 Share

Question

Добрый день! Подскажите, что не так. Есть код:

<html>
<head>
<title>4</title>
<style>
table
{
display: inline;
}
table, td, th
{
border: 1px solid #BBB;
border-collapse: collapse;
}
</style>
</head>

<body>

<table>
<tr>
<th>123</th>
<th>123</th>
<th>123</th>
</tr>
<tr>
<td>112342341234</td>
<td>12348907-238947</td>
<td>1234123412342341234</td>
</tr>
</table>

</body>
</html>

В опере и ФФ поверх таблицы отображается какая-то рамка. Опытным путем выяснил, что это пагубное влияние display: inline для таблицы (но без него никак). Если убрать стиль рамки для тега table, злополучная рамка исчезает, зато перестает работать border-collapse.

Подскажите, в чем зарыта собака и как ее найти?

ЗЫ. У вас на форуме не работает буква [йо] :)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

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