Welcome to Dream.In.Code
Getting Help is Easy!

Join 132,613 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 957 people online right now. Registration is fast and FREE... Join Now!




Getting rid of scrollbar but still allow the ability to scroll.

 
Reply to this topicStart new topic

Getting rid of scrollbar but still allow the ability to scroll., CSS remove the scrollbar, but allow scrolling.

Addiction2Code
post 12 Jul, 2008 - 03:33 PM
Post #1


New D.I.C Head

*
Joined: 19 Dec, 2006
Posts: 39


My Contributions


Hello, the topic name pretty much covers it, but I'm looking for a method that allows me to hide a scrollbar which shows when the div text overflows, but still allow the user to scroll up and down the page, this information is housed within a div. I feel that the scrollbar in the middle of the site can be distracting when trying to read something long. Here is the scrollbox css code so far.
CODE

#scrollbox {
    background-image: url("images/afade.gif");
    background-repeat: repeat-x;
    border: solid 3px;
    border-color: #e3c992;
    font-size: 20px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #6d4c07;
    font-family: sans-serif;
    padding: 7px;
    width: 95%;
    height: 645px;
    overflow:hidden;
    text-align: left;
    background-color: #e7e4d7;
    /*background: #a57f4a url("images/coffee.gif") no-repeat bottom right*/
}


This post has been edited by Addiction2Code: 12 Jul, 2008 - 03:35 PM
User is offlineProfile CardPM

Go to the top of the page

BetaWar
post 13 Jul, 2008 - 11:11 AM
Post #2


#include <soul.h>

Group Icon
Joined: 7 Sep, 2006
Posts: 1,987



Thanked 78 times

Dream Kudos: 1175
My Contributions


If you didn't worry about the height parameter in the CSS it would auto size the div for the amount of content that is in it, that way you wouldn't have to worry about vertical overflow.
Other than that there really isn't a way to allow scrolling without a scrollbar.
User is offlineProfile CardPM

Go to the top of the page

ahmad_511
post 13 Jul, 2008 - 09:18 PM
Post #3


D.I.C Regular

Group Icon
Joined: 28 Apr, 2007
Posts: 351



Thanked 8 times

Dream Kudos: 400
My Contributions


Hello,
please tell us if this will work for you
http://www.dreamincode.net/forums/index.ph...st&p=383684

This post has been edited by ahmad_511: 13 Jul, 2008 - 09:18 PM
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/23/08 02:46AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month