Hello,
I just completed a new design for my freelance web design website. Go to this webpage on my site http://www.the-pixel.com/moderate.php using IE 7.0. Scroll down till you reach the bottom of the content page you will then see a scrollbar. This only happen when being viewed using IE 7.0. If someone could pleaes help me I'd be in debt to you, HaHa. Thank you for your time.
IE 7.0 Bottom Scrollbar Issue
Started by The-Pixel, Jul 08 2008 08:52 PM
2 replies to this topic
#1
Posted 08 July 2008 - 08:52 PM
#2
Posted 08 July 2008 - 10:36 PM
<!--[if IE]>
<style type="text/css">
div.framebox { overflow:auto; overflow-y:auto; overflow-x:hidden; }
</style>
<![endif]-->
but...
You should instead make the content of your div fit exactly instead of playing with overflows.
#3
Posted 08 July 2008 - 10:52 PM
Hello,
Thank you very much for your help. I put this in my css and just did it as divs so far so good. Once again thank you.
.outer {
width:800px;
margin:auto;
display:table;
}
.inner {
width:auto;
margin:0px;
display: table;
}
Thank you very much for your help. I put this in my css and just did it as divs so far so good. Once again thank you.
.outer {
width:800px;
margin:auto;
display:table;
}
.inner {
width:auto;
margin:0px;
display: table;
}
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
