Results 1 to 4 of 4

Thread: Mouseover Rollover problems

  1. #1
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Mouseover Rollover problems

    Hi Guys!

    Need some help with my Mouseover Rollover script!!

    Plz look at : http://easynetworks.dk

    The issue at hand is that when you move the mousepointer over the buttons the image below should change accordingly with a new one.

    The script should be fairly easy, and luckily it works fine on my computer.
    But on the server the images below the buttons does not come up??

    It tried to look at the placeholder of the images, but it should be fine.

    Any suggetions would be greatly appreciated!!

    /Neorider

  2. #2
    Join Date
    Jun 2005
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It could well be the / before images in your paths, i.e. perhaps it should be "images/my.gif" instead of "/images/my.gif"

  3. #3
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Actually that was how it was before I tried this one "/images/x.gif"

    Tried "images/x.gif" and "/images/x.gif".

    But the other pictures still work well on loading the page. It's when the rollover function and the different pictures shall interact it goes wrong somehow. But only on the server.

    As mentioned before on my local PC it works fine.

    Does anyone know if there is a difference in how an Apache based server does the Javascript interpretation??

    Is there any difference vs. an IIS server??

  4. #4
    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 problem is that online upper/lower case matters as much as spelling (locally your computer ignores these differences). As a result:

    /images/Index_temp_07-nyhed_butt_ov.gif

    from your code, cannot be found. If you use:

    /images/index_temp_07-nyhed_butt_ov.gif

    for example, in your code, you will have better luck.
    - John
    ________________________

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

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
  •