Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

hiding scroll bars IE7 with frames

843807Sep 26 2006 — edited Sep 27 2006
This works great in IE7 with no frames:
function hideScrollBar(){
document.body.style.overflow='hidden'
}
function showScrollBar(){
document.body.style.overflow='';0
}
As long as I do not want to use frames. As soon as I use frames though I get spacing for the scroll in IE7 (not netscape or mozilla). Any thoughts on how to get rid of that vertical scrollbar space?

Thanks,
John Glynn
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2006
Added on Sep 26 2006
2 comments
113 views