Hey everyone, I have a small problem with some javascript I am working on and I hope that there is a small fix that I can add into the code to fix the issue. If you go to: http://markmason.iamforest.com/ a popup should appear after a few moments. As you can see it has scrollbars on it! The popup calls an external html page. Here is the javascript: http://markmason.iamforest.com/popup.js Basically I am trying to keep the javascript calling the external html but not display the scrollbars.... Is this a simple fix that I am missing? Thanks a million.
change <div id='pop1_c' style='overflow:hidden' overflow is set to auto atm which causes the scrollbars to appear