I\'d like to create a div that is able to scroll but does not display scrollbars. I have found a solution for Webkit (below) but how can this be done in other browsers?
well, there`s a much more easy way! just put
::-webkit-scrollbar { width: 0px; height: 10px; }
in your css style and you're done with!