Hello All, This is my first post here. I am relatively new at Java but look forward to contributing wherever I can. The problem I am having is with IE7. I am able to hide scroll bars with this code no problem as long as I do not use frames: function hideScrollBar(){ document.body.style.overflow='hidden' } function showScrollBar(){ document.body.style.overflow='';0 } As soon as ...