Is it possible to disable browsers scrollbar on simple page?
Tnx
Is it possible to disable browsers scrollbar on simple page?
Tnx
Using style:
javascript:Code:<style type="text/css"> html, body { overflow:hidden; } </style>
Code:<script type="text/javascript"> onload=function(){ document.documentElement.style.overflow=document.body.style.overflow='hidden'; } </script>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Tnx man![]()
Bookmarks