cyberdoc Posted October 22, 2003 Posted October 22, 2003 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 Quote
cyberdoc Posted October 22, 2003 Author Posted October 22, 2003 I am clueless at times I found the issue after searching the code. forgot to use a lowercase in one place heh. Quote
TCH-JimE Posted October 22, 2003 Posted October 22, 2003 It happens to the best of us! Glad you fixed it! Jim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.