Question:

How can I turn the scroll bar of my website off on firefox?

by  |  earlier

0 LIKES UnLike

(Like on <body scroll=no>, but it only works on IE)

 Tags:

   Report

2 ANSWERS


  1. You cannot. It is part of the design of Firefox.  




  2. In between the &lt;head&gt;&lt;/head&gt; tags add the code bellow

    &lt;STYLE TYPE=&quot;text/css&quot;&gt;

    &lt;!--

    body {overflow:auto}

    --&gt;

    &lt;/STYLE&gt;

    Note: If you already have &lt;STYLE TYPE=&quot;text/css&quot;&gt; and &lt;/STYLE&gt; just add

    body {overflow:auto} in between the

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.