Jon Hughes wrote:
> I added faux columns to my page to make the borders span to the 
> bottom of the page, but it seems to have erased the scroll bar for 
> Internet Explorer.

> http://santinipackers.com/phazm/index.html

You'll have to delete...
* html body {overflow: hidden;}
...as that's what's killing IE's scrollbar.

You can replace it with...
* html body {margin-bottom: -50px;}
...to improve appearance in IE.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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