View Full Version : No Scrollbar option?


MoonFairy
03-09-2003, 12:25 AM
Is there an option to have no scrollbar at all? You see, an image of mine was made to fill the whole screen, and to my knowledge, it does. But the scrollbar still appears on the side.

Is there a way to change this?
I thank you in advance. :)

MaGiCSuN
03-09-2003, 01:34 PM
What is the width from the graphic? The maximum for 800x600 resolution is a width of 780 pixels, that will fill up the screen without scrollbar. The maximum for 1024x768 is i believe 1003 pixels width.

However you could try:

<body scroll="no">

Also if you have an 1003 width picture set as background on your page and the content is inside the marges from an 800x600 page then there also will not be a scrollbar either, althought that the graphic is bigger then the screen. That is because it is set as background. If the content is bigger then the screen then there will be a scrollbar.

Love,
Mirna

MoonFairy
03-09-2003, 02:34 PM
The width is 779, so that should explain it. -lol-

Thank you for your help! :)