Jump to content
  • 0

Полоса прокрутки справа в IE6 и IE7


midzus
 Share

Question

14 answers to this question

Recommended Posts

  • 0
а что вы хотели? вот это и украшает вашу страницу полосой прокрутки...

body {
background:#FFFFFF url(bk.png) repeat scroll top center;
overflow-x:hidden;
overflow-y:scroll;
}

кто страницу делал то?

а нука признавайсяяя :)

Link to comment
Share on other sites

  • 0
а что вы хотели? вот это и украшает вашу страницу полосой прокрутки...

body {
background:#FFFFFF url(bk.png) repeat scroll top center;
overflow-x:hidden;
overflow-y:scroll;
}

кто страницу делал то?

Эээ… А почему тогда жалобы только на ИЕ? Странно.

Link to comment
Share on other sites

  • 0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test60</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
html,body{
margin:0;
overflow:hidden;
height:100%;
}
#wrapper{
height:100%;
width:100%;
overflow:auto;
}
#content{
width:800px;
margin:0 auto;
overflow:hidden;
}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="content">
<p>Lorem ipsum dolor sit amet consectetuer massa Suspendisse at consequat condimentum. Congue Pellentesque id molestie tortor tortor vitae dolor quis id.</p>
<p>Congue auctor justo quis sit ut sem lacus et nonummy eu. Eros ac urna metus vitae massa.</p>
<p>Magna feugiat lacinia condimentum feugiat et Nulla non condimentum ut nulla. Vitae Phasellus faucibus montes sem neque.</p>
<p>Nibh justo adipiscing eros id natoque gravida est est nibh Quisque. Lorem Ut.</p>
<p>Convallis urna ut Vestibulum Praesent turpis nibh semper interdum iaculis Sed. Convallis augue et tortor Quisque sagittis dolor at adipiscing faucibus turpis. Ut quis Duis augue.</p>
</div>
</div>
</body>
</html>

Link to comment
Share on other sites

  • 0
А в этом случае...

http://pekh.aeroson.com.ua/

Именно IE6 и IE7

В ие6-7 по умолчанию есть эта полоса прокрутки, так уж они устроенны. Я дал код который убирает ее. Вот дальше сам...

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