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):

In server:
you see the different? I use this code for that:
Code:
<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>
I've already check the server twice and everything is on the position.
I think the biggest problem is on the onmousedown code?
Thx for your attention.
Last edited by davelf; 09-29-2009 at 10:12 AM..
Reason: my code still beta
|