Quote:
Originally Posted by COBRAws
I ahve a problem when the dhtml popup apears in the same place where a Flash Banner is placed. Is there a way to make that dhtml popup to appear ABOVE the flash banner?
|
I have the same issue. I don't think there a way to have the DHTML popup show over a flash document. Though, I tried to edit the Y offset so it will popup a little lower, but nothing changed.
Any suggestions?
Thanks.
Update: I managed to find where to edit the Y offset. Look for this line in pm_webforumz_popup_script located in your pm templates
PHP Code:
if (parseInt(crossobj.top)<100+scroll_top)
and replace the number to a higher one. I used 300.
Also, there was a problem with the appearance (image attached), it was showing in FF and IE.
What I did to correct this is find
PHP Code:
<div id="dropin" style="position:absolute;visibility:hidden;left:250px;top:100px;width:460px;height:197px;background-color:#F5F5F5">
and replace 197px with 150px. That's what worked for me.
Installed