To Mosh and Bill:
Thanks... seems like such a simple fix... For some reason I thought that had
to stay there to make the float work (am I revealing myself as a newbie
yet?!)

If not, here is another question that remove all doubt that I'm new at
this... when I hit reply, should I just send the reply to the css-d email
address, or should I click "reply all" and send the reply to the individual
who offered the advice AND to the list?

*sheepish grin* Thanks for your help and patience!


On 1/8/07, bill scheider <[EMAIL PROTECTED]> wrote:
>
>
>
> 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