Re: Modal Window Scroll Issue

  •  09-17-2008, 10:16 PM

    Re: Modal Window Scroll Issue

    sure, here you go.
     
     
    I've seen an example of a fix for this issue that looks like this:
     
    window.onscroll = scrollFix;
     
    function scrollFix(){var obol=$('ol');obol.style.top=posTop()+'px';obol.style.left=posLeft()+'px'}
     
    If something like that could be implemented it would be nice.
View Complete Thread