Quote:
Originally Posted by Allan
Now, with firefox :
|
That darn firefox and its layer positioning!
Try this one to use as your dfh_announcement_popup template:
HTML Code:
<DIV ID="ANNLAYER" STYLE="background-color: red; position: absolute; margin-left:5; margin-right:5; margin-top:5; margin-bottom:0; top:25%; left:25%; height:50%; width:50%; padding: 10px; overflow: auto; border-color: 000000; border-style: solid; border-top-width: 2px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 2px;">
<table cellpadding="1" cellspacing="0" border="0" class="tborder" width="100%" height="100%" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" height="100%">
<tr>
<td class="panelsurround" align="center">
<div class="panel"><div align="$stylevar[left]">
$dfh_announcement_popuptopaste
<br /><br />
<input type="button" onclick="clearpopupannouncement('ANNLAYER')" name="clear" value="$vbphrase[closeannouncement]" class="button">
<br />
</div></div>
</div></div>
</td>
</tr>
</table>
</td></tr></table>
</div>
I know it is still not 100% perfect for firefox but this is all I can do for you guys, sorry.. If you like, you can keep playing with HTML in this template tweak it further.