PDA

Click to See Complete Forum and Search --> : Eeek... Rush job


Soccer37
10-09-2007, 01:45 AM
I had a friend that need a simple site up FAST. But I am having one tiny problem... one, oh yes just one, rollover button is NOT working!!!!! I deleted the whole cell and tried again, and low and behold, SAME one is still not working. WHY!!!! I would be so greatful to anyone who could shed any light on this mystery. I am not by any means a web designer and try to stay away when I can. Thanks!!

This is the cell that I put the rollovers in, the bold part is the part that wont show the rollover image. Any ideas?? this dang thing was supposed to be up yesterday!

<td colspan="2"><a href="contacts.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','images/contacts_ro.jpg',1)"><img src="images/contacts.jpg" alt="contact link" name="contact" width="207" height="30" border="0" id="contact" /></a><a href="map.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('map','','images/map_ro.jpg',1)"><img src="images/map.jpg" alt="map link" name="map" width="112" height="30" border="0" id="map" /></a><a href="plat.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('plat','','images/plat_ro.jpg',1)"><img src="images/plat.jpg" alt="plat link" name="plat" width="124" height="30" border="0" id="plat" /></a><a href="forms.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('forms','','images/forms_ro.jpg',1)"><img src="images/forms.jpg" alt="forms link" name="forms" width="131" height="30" border="0" id="forms" /></a><a href="rules.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('rules','','images/rules_ro.jpg',1)"><img src="images/rules.jpg" alt="rules link" name="rules" width="186" height="30" border="0" id="rules" /></a></td>

Drazan
10-09-2007, 01:48 AM
put your code in tags. (php will give it purtty colors)

[ php ]

[/php ]

else it's very hard to read the mess you just posted.

Soccer37
10-09-2007, 01:55 AM
purdy collors applied =) the part that is not working is the forms button.

Thanks again! Oh, and just for reference here is a screen shot.

hewligan
10-09-2007, 02:24 AM
Are you sure you're not missing an image from your images directory. That seems the most likely explanation.

GraphixNPrint
10-09-2007, 02:47 AM
or, was the image uploaded in ascii instead of binari... I have looked over the coding presented and nada :cool:

Soccer37
10-09-2007, 03:04 AM
I couldn't find anything either. I am going to try one last time and re-upload the images and stuff. Wish me luck.

Soccer37
10-09-2007, 03:10 AM
ugh... no go. I am so annoyed. (oh and I am sure both images are there.) It is a mystery.

GraphixNPrint
10-09-2007, 03:37 AM
post the url, we can view the source code and see what is up

Soccer37
10-09-2007, 03:44 AM
I will be getting that tomorrow so i will post it as soon as i put up the site. Thanks for the help. I am so stumped.

Soccer37
10-09-2007, 04:19 PM
url is saddlegapvillage.com (I did not come up with the logo or the name.) Just as a disclaimer. For some reason, now Contacts isn't working either. Any ideas?

katgal
10-09-2007, 07:58 PM
You have inconsitent names in the function and the img tags. Check form vs forms and contact vs contacts.

Soccer37
10-10-2007, 04:46 AM
Ok, that was something I messed up while trying to fix it. I updated the site by going through and redoing the template and STILL the forms button is not working.

Any ideas??? I am tearing out my hair!!!

katgal
10-10-2007, 05:19 AM
Not sure why you're still having trouble. I fixed them and it works just fine.

http://clients.bkbdesigngroup.com/saddlegap/

katgal
10-10-2007, 10:02 PM
Also, you're preloader is messed up. The images you're calling to are all "_ro.jpg" when the actual rollover images are "-over.jpg"....

I was wondering why there was a delay, even though you had a preloader.

Check out my page (link above). I fixed that, too.

Soccer37
10-12-2007, 02:53 AM
Thank you so much!!! I have no idea why it kept changing the image names! I must get better at coding!!

D-Frag
10-12-2007, 03:29 AM
nice job katgal!