Results 1 to 6 of 6

Thread: image don't show

  1. #1
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default image don't show

    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>
    thx for your attention all.
    Last edited by davelf; 09-29-2009 at 12:58 PM. Reason: my web stil beta

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

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

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    davelf (09-29-2009)

  4. #3
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

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

  5. #4
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    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.

  6. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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/f...splay.php?f=16

    You will probably get a good number of responses.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #6
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    i see

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •