Ambrrose
02-18-2003, 08:06 AM
I have a script for fullscreen but sometimes happens theat window opens in fullscreen mode but with a scrollbar! What shall I do?
|
Click to See Complete Forum and Search --> : fullscreen without scrollbar Ambrrose 02-18-2003, 08:06 AM I have a script for fullscreen but sometimes happens theat window opens in fullscreen mode but with a scrollbar! What shall I do? AdamGundry 02-18-2003, 09:05 AM In the <body> tag put style="overflow: auto" to force the scrollbar to only show when needed or style="overflow: hidden" so there is no scrollbar. You can also incorporate this into a CSS file for the page if you have one. Adam webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |