Hi everyone,
I need to hide the scrollbar on a div that has overflow:scroll; enabled so that the div will scroll with mouse and keyboard but the scrollbar itself will not be displayed.
Is there a way of doing this with css or is javascript the way to go?