Jump to content
  • 0

РеКбус с прокруткой экрана ы IE


styleroom
 Share

Question

Привет! Не понимаю, что происходит с IE: при отображении страницы появляется полоса прокрутки по вертикали... В Мозилле и Опере такого нет - чистенько-аккуратненько! В чем заковыка?

Вот код:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Документ без названия</title>
<style type="text/css">
html, body {
margin: 0;
height: 100%;
width: 100%;
}
#base {
height: 100%;
width: 100%;
margin:0;
padding:0;
background-color:#FFFF99;
}
#top {
position:absolute;
top:0;
width: 100%;
height: 15px;
background-color:#48447b;
}
#mid {
position:absolute;
margin-top:-225px;
top: 50%;
width: 100%;
height: 450px;
background-color:#FFFFFF;
}
#bot {
position:absolute;
width: 100%;
height: 15px;
background-color:#48447b;
margin-top:-15px;
top: 100%;
}
#top2 {
width: 100%;
height: 55px;
background-color:#48447b;
}
#mid2 {
position:absolute;
margin-top:-25px;
top: 50%;
width: 100%;
height: 50px;
background-color:#666666;
}
#bot2 {
position:absolute;
width: 100%;
height: 55px;
background-color:#48447b;
margin-top:-55px;
top: 100%;
}
#uzko_verh {
width: 100%;
height: 15px;
background-color:#48447b;
margin-top:5px;
}
#uzko_niz {
position:absolute;
width: 100%;
height: 15px;
background-color:#48447b;
margin-top:-75px;
top: 100%;
}
#flash {
position:absolute;
width: 100%;
height: 300px;
background-color:#FF6600;
margin-top:-375px;
top: 100%;
}

</style>
</head>

<body>
<div id="base">
<div id="top"></div>
<div id="mid">
<div id="top2"></div>
<div id="uzko_verh"></div>
<div id="flash"></div>
<div id="uzko_niz"></div>
<div id="bot2"></div>
</div>
<div id="bot"></div>
</div>
</body>
</html>

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

to VFK: но вот здесь-то не появляется полоса прокрутки =

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Документ без названия</title>
<style type="text/css">
html, body {
margin: 0;
height: 100%;
width: 100%;
}
#base {
height: 100%;
width: 100%;
background-color:#FFFF99;
}
#top {
width: 100%;
height: 30px;
background-color:#00CCFF;
}
#mid {
position:absolute;
margin-top:-150px;
top: 50%;
width: 100%;
height: 300px;
background-color:#33FF33;
}
#bot {
position:absolute;
width: 100%;
height: 30px;
background-color:#CC99CC;
margin-top:-30px;
top: 100%;
}
#top2 {
width: 100%;
height: 30px;
background-color:#FF0000;
}
#mid2 {
position:absolute;
margin-top:-25px;
top: 50%;
width: 100%;
height: 50px;
background-color:#666666;
}
#bot2 {
position:absolute;
width: 100%;
height: 30px;
background-color:#CCCCFF;
margin-top:-30px;
top: 100%;
}
</style>
</head>

<body>
<div id="base">
<div id="top"></div>
<div id="mid">
<div id="top2"></div>
<div id="mid2"></div>
<div id="bot2"></div>
</div>
<div id="bot"></div>
</div>
</body>
</html>

Link to comment
Share on other sites

  • 0

То же самое решается с помощью line-height:1px;

Дело в том, что IE в блочных элементах еще учитывает line-height шрифта, тоесть нужно либо для этого блока указывать размер шрифта меньше высоты, либо line-height с теми же целями.

Это справедливо для любых блочных элементов, которые по высоте меньше высоты шрифта, указанного на странице.

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