Small (I hope) Scrollbars problem

Discussion in 'JavaScript' started by Forest_Parks, Dec 6, 2008.

  1. #1
    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.
     
    Forest_Parks, Dec 6, 2008 IP
  2. rene7705

    rene7705 Peon

    Messages:
    233
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    change

    <div id='pop1_c' style='overflow:hidden'

    overflow is set to auto atm which causes the scrollbars to appear
     
    rene7705, Dec 6, 2008 IP