Jump to content
  • 0

При ресайзе окна из-зи границы выступает слой.


smashercosmo
 Share

Question

Господа, вот следующий код:

	<div style="overflow:hidden; width:100%;">
<div style="width:400%; position:relative; left:-300%;">
<div style="width:25%; background-color:#FF0000; float:left;"> </div>
<div style="width:25%; background-color:#00FF00; float:left;"> </div>
<div style="width:25%; background-color:#0000FF; float:left;"> </div>
<div style="width:25%; background-color:#FFFF00; float:left;"> </div>
</div>
</div>

Пояснение: четыре резиновых слоя равные ширине страницы, находятся в 100%-ом по длине слое с overflow:hidden. В будущем эти слои будут смещаться посредством JavaScript за счет изменения парамметра left. Т.е. это как бы 4 страницы в одной, переход по которым происходит не за счет перезагрузки страниц, а за счет их смещения.

Проблема: в IE при ресайзе окна слои переодически выступают из-за границы окна на 1-2 мм.

Есть ли идеи почему и как исправить?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

IE процентные значения при ресайзе округляет иначе остальных браузеров.

вообще странно что блок вылазит за границы окна, так как слой должен просто сваливаться из ряда вниз.

Один из вариантов решения я описал тут: http://forum.htmlbook.ru/index.php?showtopic=10700&hl=

но пока что ищу более совершенный метод...

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