Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Graphics, Images, Logos Templates & CSS > CSS Cascading Style Sheets

Notices

CSS Cascading Style Sheets All topics and discussions relating to CSS Cascading Style Sheets.

Reply
 
LinkBack Thread Tools
  #1  
Old 11-22-2007, 02:54 AM
coffeegourmet's Avatar
Second Lieutenant
 
Join Date: Feb 2007
Location: Brantford, Ontario Canada
Posts: 120
Send a message via ICQ to coffeegourmet Send a message via MSN to coffeegourmet
Default Hover Ads fall in behind.

I have a "Hover Ad" in my website to get people to answer a survey that I have.

My problem is this:

On some of my pages it works great! Such as my homepage but it falls in behind of some of my pages such as my coffee gift baskets page.

I contacted the support people about this and got the following reply:

Hello Chris,

Thanks for your email. The cause of the problem is 2 things:

1. z-index on all your images, this causes images to appear on top of each other and my set the hover ad to appear behind your website. You may need to remove or adjust these on your site. To learn more about that code on your site, please visit:

http://www.w3schools.com/css/pr_pos_z-index.asp

2. HTML code is not coded correctly, check yout HTML tags. It seems like there are multipe <html> and </html> tags which can also cause this error.

I cannot seem to change the html in Blue Voda so I need help in fixing this!

Also, when I was doing a page in Blue Voda I could not type any quotes (") it kept giving me the french accented e and E. I have a new computer (with Vista) so maybe I did something with it? Anyone know how to fix this cause it is pain when trying to type stuff. No punctuation seems to work with it. ()/"[] nothing! Strange stuff.

Thanks for any help!

Chris
__________________
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 11-22-2007, 03:43 AM
Jeremy's Avatar
jbellefeuille.com
 
Join Date: Apr 2006
Location: The true north, strong and free
Posts: 1,550
Send a message via MSN to Jeremy Send a message via Yahoo to Jeremy Send a message via Skype™ to Jeremy
Default Re: Hover Ads fall in behind.

Your content of that code is set to be underneath the website. (sorta like layers - as if you built that ad first and then built the rest of the stuff ontop of your site).

Don't just add an HTML box.
__________________
Best Regards,
Jeremy

www.jbellefeuille.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 11-22-2007, 03:49 AM
coffeegourmet's Avatar
Second Lieutenant
 
Join Date: Feb 2007
Location: Brantford, Ontario Canada
Posts: 120
Send a message via ICQ to coffeegourmet Send a message via MSN to coffeegourmet
Default Re: Hover Ads fall in behind.

Yeah I know it is behind the website, that is the whole problem!

Quote:
Don't just add an HTML box.
What do you mean by that???
__________________
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 11-22-2007, 03:59 AM
Jeremy's Avatar
jbellefeuille.com
 
Join Date: Apr 2006
Location: The true north, strong and free
Posts: 1,550
Send a message via MSN to Jeremy Send a message via Yahoo to Jeremy Send a message via Skype™ to Jeremy
Default Re: Hover Ads fall in behind.

JavaScript code can be inserted either in the head of the document (between the <head> and </head> tags) or in the body (between the <body> and </body> tags). It is a good idea to always place JavaScript code in the head if you can.

<html><head><title>My Page</title>
<script language="javascript" type="text/javascript">
function myFunction() {
alert('Hello world');
}
</script>
</head>
<body>
<a href="javascript:myFunction();">Click here</a>
</body>
</html>

Since the head loads before the body, placing code in the head ensures that it is available when needed. For example, the following code will work once the page has completely loaded.

<html><head><title>My Page</title>
</head>
<body>
<a href="javascript:myFunction();">Click here</a>
<script language="javascript" type="text/javascript">
function myFunction() {
alert('Hello world');
}
</script>
</body>
</html>
__________________
Best Regards,
Jeremy

www.jbellefeuille.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 11-22-2007, 03:33 PM
coffeegourmet's Avatar
Second Lieutenant
 
Join Date: Feb 2007
Location: Brantford, Ontario Canada
Posts: 120
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 10:17 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55