Scrollbar Disable

21.03.2025
200
Scrollbar Disable

If you are wondering how to disable the scrollbars on the right and bottom of the page in HTML, you should definitely read this article.

We can achieve this with a very simple method. You need to go inside the body tag and add the following parameter at the end:
<body style=”overflow-x:hidden”> If this parameter didn’t work for you, try
<body style=”overflow:hidden”>.

Another method in this regard is a few additions or even corrections to be made in the CSS or style file. Just type the following code and parameters between the <HEAD></HEAD> tags:
<style type=”text/css”>
BODY { overflow:-moz-scrollbars-vertical; overflow-x:hidden; overflow:-moz-scrollbars-vertical; overflow-y:hidden;}
</style>

You can disable horizontal or vertical scrollbars by using one of these 3 different methods I wrote above.

MAKE A COMMENT
COMMENTS - 0 COMMENTS

No comments yet.

Bu web sitesi, bilgisayarınıza bilgi depolamak amacıyla bazı tanımlama bilgilerini kullanabilir.
Bu bilgilerin bir kısmı sitenin çalışmasında esas rolü üstlenirken bir kısmı ise kullanıcı deneyimlerinin iyileştirilmesine ve geliştirilmesine yardımcı olur.
Sitemize ilk girişinizde vermiş olduğunuz çerez onayı ile bu tanımlama bilgilerinin yerleştirilmesine izin vermiş olursunuz.
Çerez bilgilerinizi güncellemek için ekranın sol alt köşesinde bulunan mavi kurabiye logosuna tıklamanız yeterli. Kişisel Verilerin Korunması,
Gizlilik Politikası ve Çerez (Cookie) Kullanımı İlkeleri hakkında detaylı bilgi için KVKK&GDPR sayfamızı inceleyiniz.
| omersahin.com.tr |
Copyright | 2007-2025