Log in

View Full Version : image don't show



davelf
09-29-2009, 05:35 AM
check out my new project

problem:

the bar below doesn't show any image after i post it to the server, in local it's look fine.

in local (my computer):
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=2887&stc=1&d=1254202407

In server:
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=2886&stc=1&d=1254202369

you see the different? I use this code for that:



<td width="68" height="40">
<a href="#" class="toc" title="About" onmousedown="document.images['s1a'].src='bar/about_click.png';document.images['s2a'].src='bar/services_off.png';document.images['s9a'].src='bar/ok_off.png';document.images['s8a'].src='bar/gallery_off.png';document.images['s3a'].src='bar/products_off.png';document.images['s4a'].src='bar/news_off.png';document.images['s5a'].src='bar/clients_off.png';document.images['s6a'].src='bar/contact_off.png';document.images['s7a'].src='bar/journal_off.png'">
<img src="bar/about_off.png" name="s1a" alt="About" border="0"/>
</a>
</td>


thx for your attention all.

jscheuer1
09-29-2009, 06:34 AM
The images aren't on the server, or if they are, they aren't as indicated in your source code. Although these images might just be missing, it is also possible that you uploaded them to a different location than intended, and/or have used upper and lower case letters in their paths or names that differ from those in your source. On the web case matters - not so locally.

davelf
09-29-2009, 07:34 AM
Thx John for replying. I've already check the server twice and everything is on the position.
I think the biggest problem is on the onmousedown code? Still working on it.
And if there's somebody have same experience like this please share it with me. Thx very much...

davelf
09-29-2009, 01:04 PM
it fix. Thx a lot John, i double check the upper and lower case in my code. And it's absolutely right, my code have a lot of combination of upper and lower case. I don't know that server has case sensitive. But it's works know.

By the way i use the content glider and balloon tooltip for this project. Thx a lot for the script.

I have a suggestion, why don't we open a page for suggestion, so coders that want to ask comment about their project that already finished can post it there. And the others can give their opinion + suggestion to improve the web may be.

jscheuer1
09-30-2009, 01:07 PM
ddadmin decided some time ago that to have that sort of page (specifically for comments on finished projects) would be so tempting for spammers that he chose not to have one. However, if you want feedback on your page or site, you may post about it here in the Lounge area:

http://www.dynamicdrive.com/forums/forumdisplay.php?f=16

You will probably get a good number of responses.

davelf
09-30-2009, 03:40 PM
i see

thx, i'll do that when i launch my web