View Single Post
  #5  
Old 11-22-2007, 04:33 PM
coffeegourmet's Avatar
coffeegourmet coffeegourmet is offline
Second Lieutenant
 
Join Date: Feb 2007
Location: Brantford, Ontario Canada
Posts: 122
Send a message via ICQ to coffeegourmet Send a message via MSN to coffeegourmet
Default Re: Hover Ads fall in behind.

The code is in between my head tags.

For the one on my homepage (that works fine) this is "between head tag":
<script> var checkInstallMsg=false;</script>
<script language="Javascript" src="Hoverad.js"></script>
<script language="Javascript" src="HoveradEditorFunctions.js"></script>

Than the rest is in the "end of body" tag:

<!--StartHoverAdPopupScript -->
<div id="dropin" style="position:absolute; left:200px; top:100px; visibility: hidden;">
<table border="0" cellpadding="0" cellspacing="0" id="tbl" style="border:thick ridge #CCCCCC">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0"id="tbl_inn">
<tr>
<td height="12" valign="top" bgcolor="#FFFFFF" style="cursor:hand">
<div align="right"><a href="#" onClick="dismissbox();return false" style="font-family:verdana; color:#000000; font-size: 10px;">[<u>Close</u>]
</a></div>
</td></tr><tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF" id="dragtext" style="padding:4px"><table bgcolor="#ffffff" width=100% height=100%><tr><Td><script> setDelayTime(0) </script>
<H1 align=center>Answer Our Quick Survey Now</H1>
<H1 align=center>To</H1>
<H1 align=center>&nbsp;<FONT
style="BACKGROUND-COLOR: #ffff00">Receive 5% off your purchase</FONT></H1>
<H1 align=center>from</H1>
<H1 align=center>My Coffee Gourmet!</H1>
<P align=center>Help us help you <FONT
style="BACKGROUND-COLOR: #e0e0e0">now </FONT>and in the future</P>
<P align=center>by answering our quick two minute survey
about</P>
<P align=center>your visit to My Coffee Gourmet.</P>
<P align=center>You will receive a <FONT
style="BACKGROUND-COLOR: #ffff00">5% off coupon by return email</FONT> valid for
your next purchase</P>
<P align=center>from My Coffee Gourmet!</P>
<P align=center>In addition, you will be added to our News
and Information Newsletter mailing list</P>
<P align=center>where you will receive updates on new
products, promotions and even more offers!</P>
<P align=center>You may of course un-subscribe at any time,
but why would you want to?</P>
<P align=center><STRONG><FONT size=5><A
href="http://www.mycoffeegourmet.com/survey.php">Answer our Survey
Now!</A></FONT></STRONG></P>
<P align=center><FONT size=2></FONT>&nbsp;</P>
<P align=center>My Coffee Gourmet respects your privacy, we
will not sell nor share your information with anyone.For more information please
view our <A href="http://www.mycoffeegourmet.com/privacy.php">privacy
policy</A>.</P>
<script> runtimer(0);runBlink(); </script></td></tr></table></td>
</tr>
</table>
</td></tr></table>
</div>
<BGSOUND id= "BGSOUND_ID" LOOP=1>
<script>
if (!(navigator.appName == "Microsoft Internet Explorer" && (navigator.userAgent.toLowerCase().indexOf('opera' )==-1)))
{
if (navigator.plugins)
{
for (i=0; i < navigator.plugins.length; i++ )
{
if (navigator.plugins[i].name.indexOf("QuickTime") >= 0)
{
document.write('<embed src="ding.wav" autostart=false hidden=true name= "sound1" enablejavascript= "true" height=0 width=0>');
document.write('<embed src="hoveradFirefoxsound.swf" autostart=false hidden=true name= "sound2" enablejavascript="true" height=0 width=0>');
break;
} } } } </script>
<script language="Javascript">
DropIn('#FFFFFF','Microsoft Sans Serif',14,'#000000','abc','147','467','67','67','# 804000','dashed',1,0,true)
</script>
<!--EndtHoverAdPopupScript -->

Now I put the same code on the tea page and it will not work. That is why I am so puzzled here!

Thanks for your help so far!

__________________
My Coffee Gourmet -I offer discounts to forum members, so pm me for the discount code!

We Have Picnic Baskets - Your stop for picnic baskets, picnic backpacks, NCAA Logo Merchandise and more! PM me for a discount code!

"What you not give up, No one can take from you!" - Our motto from our two month long strike this summer!
Reply With Quote