Question:

How do you make the scroll part of the scroll box invisible??

by  |  earlier

0 LIKES UnLike

Like when you scroll you just go down the box by using the scroll on the mouse not the scroll bar like on the side of a screen.

 Tags:

   Report

4 ANSWERS


  1. overflow-x:hidden;

    overflow-y:auto;

    That should do it.

    ---------------------

    That's funny...it seems to work for me.

    You can also use:

    overflow:auto;

    overflow-x:hidden;

    This hides the "scroll" part of the scroll box...just like you asked...I don't know what that guy below me is smokin.


  2. Try Pressing F11 you may have accidently hit it, which enlarged the internet screen, if it gets bigger instead of smaller, hit it again to restore it back to normal. I'm pretty sure that will solve your issue.

  3. The only way you can really do it is by making the scrollbar the same color as the background.

    But be aware that some browsers, like Firefox, do not support scrollbar customization (probably for this reason).

    Edit: The first poster is wrong -- this only makes it so there is no horizontal scrollbar. It doesn't do what you want.

  4. Java Tutorials- http://javatutorial.info/

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.