jaymc Posted June 7, 2008 Share Posted June 7, 2008 I need some javascript to remove a scrollbar / hide it This works in IE document.body.scroll="no"; This works in firefox document.body.style.overflow="hidden"; However, after clicking a button to execute the function, the scroll bar does not hide until I hover my mouse over the scroll bar. very weird? Is there another way to disable/hide the scroll bar in javascript. I cant use css, it MUST be javascript Quote Link to comment Share on other sites More sharing options...
jaymc Posted June 7, 2008 Author Share Posted June 7, 2008 Sorted, it was an IE bug Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.