It could bethe border around the textarea that expands outside the page and
thus gives you scrollbars. Try doing this:
data:text/html,<textarea style="width:100%; height:100%;-moz-box-sizing:
border-box;"></textarea>
/ Jonas Sicking
"Jesse Ruderman" <[EMAIL PROTECTED]> wrote in message
9bd3dk$[EMAIL PROTECTED]">news:9bd3dk$[EMAIL PROTECTED]...
> This url gives scrollbars that move up and down by one pixel. Why?
>
> data:text/html,<textarea style="width:100%; height:100%;"></textarea>
>
>
> Fwiw, in Internet Explorer, the same page (with about: instead of
> data:text/html) makes scrollbars that move up and down by two pixels.
>
>