Posted by Chris Beall on 12/20/05 05:56
hon123456 wrote:
> Dear all,
> Sorry to post again. I want to know how to disable the sroll
> bar of IE. In javascript or HTML.
>
> Thanks.
>
hon123456,
See http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow for one way.
Keep in mind, however, that a scroll bar appears because there is
content outside the boundary of the window (or other block on the page).
If you disable the scroll bar the user will be unable to see that content.
I don't know why you would want to do that.
Chris Beall
[Back to original message]
|