Jump to content
  • 0

Глюк в ie position:relative


tonik_spb
 Share

Question

обнаружил тут такую штуку

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<title>Untitled Document</title>
<style>
body, html{
font-family:Arial;
margin: 0 auto;
height:100%;
text-align: left;
background:rgb(183,229,255);
}
.sl2{
background:white;
overflow:hidden;
width: 1000px;
height:auto;
}
.menu_1{
position:relative;
border:1px solid black;
width:200px;
min-height:279px;
height:100%;
_height:279px;
font-size:14px;
}
</style>
</head>

<body>
<div class="sl2">
<div class="menu_1">
text
</div>

</div>
</body>
</html>

В FF все нормально: Белых фон по центру а menu_1 прижато к правому углу sl2 и при изменении размера окна браузера все остается на местах.

В IE6 же при изменении размера menu_1 начинает ползать по всему экрану, отступ от правой стороны sl2 появится, то к правому углу всего документа прижмется, при этом если при новых размерах окна браузера обнавить страницу все станет как нужно..

Как избавиться от такой штуковины в IE6?

хм...... нашел конечно решение проблемы: К стилю body, html тоже прибавить свойство position:relative;

но может у кого-нибудь еще какие-нибудь идеи появятся

Edited by tonik_spb
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

хотя тут подумал у нас же к стилю body, html фиксированная велечина заданна чтоб центрировалось все. Видимо просто ie понимает эт как по другому не как FF в этом с вся проблема =\

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