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 Link to comment https://forums.phpfreaks.com/topic/109162-solved-remove-scroll-bar/ Share on other sites More sharing options...
jaymc Posted June 7, 2008 Author Share Posted June 7, 2008 Sorted, it was an IE bug Link to comment https://forums.phpfreaks.com/topic/109162-solved-remove-scroll-bar/#findComment-560004 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.