Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove scroll bars from page.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32536

    I want to remove scroll bars from a page and I know you you usually do it with the overflow:hidden property but I was wondering if there was a way to hid the scroll bars without hiding the content that is not visible.

    #48760
    Josh
    Member

    Depending on how you’re going about doing this you could just hide the scroll bar from view. It’s a really dirty trick.

    http://jsfiddle.net/JoshMesser/VUSuZ/

    This is a very quick and dirty example.

    You can still scroll the content are with your mouse wheel. But you can’t see the scrollbars.

    I hope this is what you were looking for.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.