What is the HTML 4.01 style replacement for putting scroll=no in the body tag?
Printable View
What is the HTML 4.01 style replacement for putting scroll=no in the body tag?
never heard of scroll=no in the body tag. if the page is more than the browser window can hold it will scroll, if the page can fit in the browser window it won't scroll.
In I.E. scroll=no hides the scrollbar, similar to scrolling=no when using the frame tag.
I've never heard of CSS/HTMLStyle equivelent for scroll=no/scroll=false.
Scroll=no is what I would use
:confused:
There is no equivalent. It is an IE only attribute so W3 didn't include it in HTML 4.01.