Aarnold,
Great to hear you found a workaround. It is important to note that
most of the examples use fixed positioning to keep the popup dialolg
in the center of the screen (even when scrolling). This is all in the
CSS and can be changed from there. As IE6 does not support position:
fixed, a wo
Found it.
Check the jqmodal.css it has a line with position: fixed; this causes
problems in IE6.
Change it into: position: absloute; and the problem is solved.
alconsten wrote:
>
> Hello!
>
> For the past 3 days I have been staring at this problem and I can't get a
> grip on it. I am using th
2 matches
Mail list logo