On Fri, 24 Nov 2006 15:29:46 +0100, Erik Visser wrote:
> the site below looks good in IE6
> in IE7 it gets very long pages:
>
> http://bartbleijerveld.nl
>
> someone an idea why?
>
Hi Eric,

I do not know why, but I found that these two rules are the culprits:

46. #col_left, #col_right {
    padding-bottom: 32767px !important;
    margin-bottom: -32717px !important;
}

137. #col_left, #col_right {
    padding-bottom: 32767px !important;
    margin-bottom: -32715px !important;
}
Take _both_ of those out of style.css and the scroll goes away. You may 
want to look at some alternative way of sticking the footer to the bottom:

  <http://css-discuss.incutio.com/?page=FooterInfo>

Cordially,
David
--
www.hucklesby.com



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to