Results 1 to 5 of 5

Thread: images not showing, just the X's

  1. #1
    Join Date
    Apr 2010
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default images not showing, just the X's

    1) Script Title: Smooth Navigational Menu (v1.4) down images not showing

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    3) Describe problem:
    I do not know how to get the arrows -to show, all i get is the x insted of the gif. I am not bright enough to edit the js without screwing it up, I would really apreciate some help
    Bob

  2. #2
    Join Date
    Feb 2010
    Location
    Falkirk, Scotland
    Posts
    142
    Thanks
    21
    Thanked 4 Times in 4 Posts

    Default

    have u uploaded the arrows to ur server?

    and checked that the path to the arrows is correct in ddsmoothmenu.js?
    Code:
    arrowimages: {down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']},
    Last edited by liamallan; 04-21-2010 at 09:39 PM.

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

    getpage (04-22-2010)

  4. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There is likely no problem with the Javascript. Right click the image (when viewing the page) and choose the option (like 'properties') that will show you the path to the image. Copy that path (like http://example.com/path/image.jpg) and then go to that URL in your browser.
    Now see if that loads. If it does, there is something wrong with the javascript or the format of the HTML page (in a 'big' way, such as not being understood in the right format by the browser), or something else very strange is going on.

    Most likely you will find that this image file does not exist. There are several ways to fix this:
    1. Confirm that the image files were uploaded to your server. Maybe you forgot or your FTP program for some reason didn't finish uploading the files.
    2. Confirm that the paths match in the image on the page and where the file actually exists on the server. When you get an 'X' it's almost always because you're looking for the image in the wrong location.
    This means then that "all" you need to do is fix the path. There are two ways to do this:
    a) easily, just move the images to the location where the script is looking for them (the current URL you just found).
    b) maybe better if you like where you put the images, fix the path to the images in the script. For this read the section "Global menu settings" on the script's documentation page. That explains what to do. You don't need to modify the actual code, just the path to the images.

    If you need more help, realize that we can't do anything specific without seeing your page. Link to the page on your site so we can help you find the problem. If you can't do this, there's nothing we can do.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. The Following User Says Thank You to djr33 For This Useful Post:

    getpage (04-22-2010)

  6. #4
    Join Date
    Apr 2010
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Hi DJR33
    here is a link to the page http://www.culinaryhardwoods.com
    Hope you can find something

    Bob

  7. #5
    Join Date
    Apr 2010
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Problem solved
    Thankyou

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
  •