Jump to content
  • 0

DIV внутри ячейки TABLE IE проблемы резины


hexen2
 Share

Question

Всем привет!

Помогите кто шарит в ХТМЛ, есть простой кусок ХТМЛ, но в ИЕ 8 он отображается каряво:

<body>
<!--ТУТ "РЕЗИНОВАЯ" строка с картинкой и текстом-->
<div style="width:100%; float:left">
<div style="margin-left:64px; background-color:red">TEXT</div>
</div>
<div style="margin-left:-100%; width:64px; float:left; background-color:blue">IMG</div>
<div style="clear:both"></div>

<!--ТУТ "РЕЗИНОВАЯ" строка с картинкой и текстом в обёртке table-->
<table style="width: 100%; vertical-align: middle; height: 100%; text-align: center">
<tr>
<td align="center" valign="middle" height="100%">
<div style="width:100%; float:left">
<div style="margin-left:64px; background-color:red">TEXT</div>
</div>
<div style="margin-left:-100%; width:64px; float:left; background-color:blue">IMG</div>
<div style="clear:both"></div>
</td>
</tr>
</table>
</body>

В Opera всё работает как нужно, а вот в ИЕ 8 коряво. Как победить???

Может кто подскажет альтернативу таблице с центровкой?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Что нужно сделать? Выровнять блок по центру? Тогда обернуть все в блок, которому сказать margin: 0 auto;

Нужно отцентровать блок по центру браузера, по вертикали и горизонтали.

<div style="margin:0 auto">
<div style="width:320px; height:240px; border:1px solid red">
Text
</div>
</div>

Хмм.. Прилипает к левому верхнему углу..

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