popup works in Firefox, not in IE8
I read the important Joomla integration instructions and added the code
< ?php $CSS=1; require("calendar/calendar.php"); ?>
before the head ending
and the code
< ?php $OL=1; require("calendar/calendar.php"); ?>
after the body
this worked fine for frefox, but not for IE8.
Anyone knows what I could do to adjust things for IE8 as well?
The site is www.aescse.pt
If U access it you will se not the above solution, but the one I used to be able to see things in IE8,
becuase most people use IE8. In this solution (that U can see) I set the x and Y params to -1190 and -400. IE8 shows thr popup, Firefox hides it under the other modules.
|