Jump to content
  • 0

Помогите с отображением таблицы


oleg2106
 Share

Question

Добрый день.

Оч. нужен совет... Нижеследующая таблица хорошо отображается везде кроме долбаного ie! Как добиться того, чтобы и в нем все было 'ок'? Дело в том, что я могу изменять все, что связано с контентом, сами элементы таблицы (td, table, th и т.д.) добавляются программно с передающимся контентом...

Таблица:

<div class="shopbooks-form"> 
<table>
<thead><tr><th>Автор</th><th>Название</th><th>Год издания</th><th></th> </tr></thead>
<tbody>
<tr class="odd"><td> <input type="text" maxlength="255" name="filter0" size="50" id="edit-filter0" value="" class="form-text" /></td><td><div class="form-item"> <input type="text" maxlength="255" name="filter1" size="100" id="edit-filter1" value="" class="form-text" /></div></td><td><div class="form-item">
<select name="op2" class="form-select" id="edit-op2" ><option value=">">Больше</option><option value=">=">Больше или равно</option><option value="=" selected="selected">Равно</option><option value="!=">Не равно</option><option value="<=">Меньше или равно</option><option value="<">Меньше</option></select>
</div>
<div class="form-item">
<input type="text" maxlength="255" name="filter2" id="edit-filter2" size="10" value="" class="form-text" />
</div>
</td><td><input type="submit" id="edit-submit" value="Отправить" class="form-submit" />
</td> </tr>
</tbody>
</table>
</div>

css следующее:

div.shopbooks-form table { 
display: block;
width: 95%;
}

.shopbooks-form .form-text {
width: 95%;
}

Edited by oleg2106
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Вот так выглядит в опере и ff

a97eef7ada1c.jpg

А вот так в ie:

2a1e2afb55eb.jpg

css я применяю для того, чтобы при свертывании размер таблицы изменялся пропорцианально изменению размера окна. В противном случае часть таблицы обрезается...

Так вот задача привести по возможности к 1 виду.

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