Jump to content
  • 0

Разные таблицы в браузерах


Lincky
 Share

Question

Вот код

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" xml:lang="ru">

<head>
<title>Структурированные продукты</title>
<style>
.t-calc1 th, .t-calc2 th {border:1px solid #CCE8F3; padding:1px; vertical-align:middle; text-align:center; color:#fff; font-weight:bold;}
.t-calc1 th div {padding:5px 10px 6px; background:#59B6D7}
.t-calc1 td {border:1px solid #CCE8F3; vertical-align:middle;}
.t-calc1 td span {display:block; margin:0 0 3px;}
.t-calc1 input{vertical-align:middle; width:90px; height:19px; padding:2px 0 2px 3px; text-align:right;}
.t-calc1 .void {background:none;border:0;}
.t-calc1 .name {text-align:left;}
</style>
</head>

<body >
<table class="t-calc1">
<tr>
<th style="width:166px;"><div>Входные данные</div></th>
<th style="width:141px;"><div>Входные данные</div></th>
</tr>
<tr>
<td class="name" >

Текущая цена базового актива</td>
<td><input type="text" /></td>
</tr>
<tr>
<td class="name">

Страйк опциона</td>
<td><input type="text" /></td>
</tr>
<tr>
<td class="name">

Волатильность</td>
<td><input type="text" /> %</td>
</tr>
<tr>
<td class="name">

Безрисковая процентная ставка</td>
<td><input type="text" /> %</td>
</tr>
<tr>
<td class="name">Текущая дата</td>
<td><input type="text" /></td>
</tr>
<tr>
<td class="name">Дата истечения</td>
<td><input type="text" /></td>
</tr>
<tr>
<td class="name">Срок опциона</td>
<td>
<span><input type="text" /> дней </span>
<input type="text" /> лет
</td>
</tr>
</table>
</body>
</html>

В огнелисе и ie ширина столбцов та, что надо. Opera, chrome - значительно больше. Вопрос: с чем связано такое различие и как, меняя стили только в коде таблицы, добиться одинаковой ширины.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
у меня заданы в первой строке для td ширина. почему она в разных браузерах разная?

Я не знаю, я задаю, у меня всё везде работает .t-calc1 td {border:1px solid #CCE8F3; vertical-align:middle;width: 100px;}

Link to comment
Share on other sites

  • 0
в самих стилях не задавай. и вообще, зайди в скайп, я тебе написал.

Тогда я только вижу выход в инлайн стилях, по другому я решения не вижу, прости, в Скайп тебе отписал

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