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.
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.