Hi,
I'm using a popup modal on my site but have an issue with the dreaded IE6.
The modal pops up smack bang in the middle of the page until the page is a long scroll, then IE6 opens the modal but you need to scroll up to find it.
The code I'm using is as follows.
$(id).css('top', winH/2-$(id).height()/2);
$(id).css('left', winW/2-$(id).width()/2);
Can anyone suggest a hack for IE6.
Thanks.