Jump to content

Recommended Posts

Posted

I have completed my site and have it open for the public at Digital Dreamscapes but for some reason one image will not display properly. It works fine local in every method I used. I checked and I know for fact that the imafe is there but it will not display when I check the live site. The image is a small bar to the left of the menu when you click on a link. For some reason it simply will not load. Any advice would be appreciated. Here is the html code associated with it.

><script language="JavaScript">
 var sWidth;
 
 if (screen.width < 800){
	 sWidth = 640;
 } else if (screen.width < 1024){
	 sWidth = 800;
 } else {
	 sWidth = 1024;
 }
 
 document.write('<img src="images/TopMenu' + sWidth + '/gelbase_left.png"><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Home\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b1_over.png\',1)"><img name="Home" border="0" src="images/Topmenu' + sWidth + '/gelbase_b1.png"></a><a href="about.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'About\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b2_over.png\',1)"><img name="About" border="0" src="images/Topmenu' + sWidth + '/gelbase_b2.png"></a><a href="news.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'News\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b3_over.png\',1)"><img name="News" border="0" src="images/Topmenu' + sWidth + '/gelbase_b3.png"></a><a href="products.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Products\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b4_over.png\',1)"><img name="Products" border="0" src="images/Topmenu' + sWidth + '/gelbase_b4.png"></a><a href="register.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Register\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b5_over.png\',1)"><img name="Register" border="0" src="images/Topmenu' + sWidth + '/gelbase_b5.png"></a><a href="forums.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Forums\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b6_over.png\',1)"><img name="Forums" border="0" src="images/Topmenu' + sWidth + '/gelbase_b6.png"></a><a href="guests.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Guests\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b7_over.png\',1)"><img name="Guests" border="0" src="images/Topmenu' + sWidth + '/gelbase_b7.png"></a><a href="contact.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Contact\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b8_over.png\',1)"><img name="Contact" border="0" src="images/Topmenu' + sWidth + '/gelbase_b8.png"></a><a href="donate.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Donate\',\'\',\'images/Topmenu' + sWidth + '/gelbase_b9_over.png\',1)"><img name="Donate" border="0" src="images/Topmenu' + sWidth + '/gelbase_b9.png"></a>');
</SCRIPT>

 

As I said it works perfect locally and I can view it perfectly. Please help

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...