Jump to content


IE 7.0 Bottom Scrollbar Issue


2 replies to this topic

#1 The-Pixel

    Young Padawan

  • Members
  • Pip
  • 132 posts
  • Gender:Female
  • Location:Iowa
  • Interests:Web Design and Development

Posted 08 July 2008 - 08:52 PM

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.

#2 NGPixel

    Senior Programmer

  • P2L Staff
  • PipPipPipPip
  • 1,410 posts
  • Gender:Male
  • Location:Montreal, Canada
  • Interests:Web Design : Coding : Animation

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 The-Pixel

    Young Padawan

  • Members
  • Pip
  • 132 posts
  • Gender:Female
  • Location:Iowa
  • Interests:Web Design and Development

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;
}





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users