i've seen a lot of question about the scrollbar at top of an div. But is it also possible to have the scrollbar at top of your page(body). And if it's possible, how?
much thanks!
i've seen a lot of question about the scrollbar at top of an div. But is it also possible to have the scrollbar at top of your page(body). And if it's possible, how?
much thanks!
The position (and, indeed, styling) of the scrollbars for the viewport is a matter for the browser, and can't be controlled with HTML.
However, it might be better to just enclose your whole page in a div
.
The browser displays scrollbars when your browser window is small than the size of web-page.It will happen only when you specify the size of webpage or div in pixels.
It is possible to place the scrollbar at the top.