Results 1 to 5 of 5

Thread: Vertical scroll problem with equal columns script

  1. #1
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Vertical scroll problem with equal columns script

    1) Script Title:

    2) Script URL (on DD):

    3) Describe problem: The equal columns script solved my problem with achieving equal height columns. Thank you very much for making this script available. Unfortunately, the script has a side effect of not allowing me to scroll to the very bottom of the page. When I scroll to the very bottom of the page, the scroll bar bounces back up about 1 or 2 lines. My bandaid approach to this problem is to add 50px of margin to the bottom of the body (suggested by another forum member). The inability to scroll to the bottom and the bounce back effect occurs in both IE 6 and 7. I've proven that the script is the culprit by taking it out and trying to scroll without the script being active.

    If there is no more logical solution to this problem, I will just leave the 50 px margin at the bottom of the body. However, I hate bandaids and would like a more logical solution if someone can devise one.

    You can see the problem at http://www.mtdwyerphoto.com/About.htm

    Thank you,
    Michael
    Last edited by dwyerm91; 04-22-2008 at 08:25 PM.

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Your script is the real cause of this issue

    Find the highlighted code in your equalcolumn.js
    Code:
    ddequalcolumns.columnswatch=["pgcontentlftcol", "pgcontentrtcol", "pagecontent"]
    This div does'nt exist...it is page_content instead
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. The Following User Says Thank You to rangana For This Useful Post:

    dwyerm91 (04-23-2008)

  4. #3
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Rangana,

    Actually it is not completely fixed. In IE7, the bounce effect is gone, but now I notice that my right column bleeds over into my footer. In IE6, the bounce effect is still there.

    Do you have any idea what could be causing that to happen?

    Thank you,
    Michael
    Last edited by dwyerm91; 04-23-2008 at 06:54 PM.

  5. #4
    Join Date
    Apr 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Can anyone help? I still have the problem of the column bleeding over into my footer. See it at www.mtdwyerphoto.com.

    Thank you,
    Michael

  6. #5
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Find this part in your equalcolumns.js:
    Code:
    ddequalcolumns.timer=setTimeout("ddequalcolumns.resetHeights()", 200)}, "resize")
    Try to play with the highlighted. Set it to 2 seconds (2000).
    See if it helps.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •