What is causing this extra scroll bar in IE only?
http://www.accellart.com/see/index.htm

Linden
http://www.accellart.com

______________________________________________________________________
Hi Linden,
Making the following change in your screen.css stylesheet fixed this in IE6:

body {
        margin:10px 0;
        padding:0 10px 0 10px;
        border:0;
        height:100%;
        overflow-y:auto;  /* DELETE THIS LINE */
        background:#B9F0BC/*rgb(238,246,251)*/; color:rgb(64,0,153);
        }

I'm not sure how (and someone else on this list can surely give you the
correct answer, but I'll take a stab at it:) ), but with overflow set to
auto, when the page exceeds the height you've set for it, the 'other' scroll
bar will appear. I can't account for this happening only in IE though.

This amy get you started.
HTH
Bill Scheider


______________________________________________________________________
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