Quoted By:
using css how can i hide the scroll bars (without disabling the ability to scroll) as well as hide the frame of the whole window in firefox?
/* No scrollbar */
#content browser{
overflow-y:hidden; overflow-x:hidden;}
hides and disables mouse wheel and arrow scrolling