help with rollovers and loading image

Discussion in 'JavaScript' started by Navarone, Oct 5, 2007.

  1. #1
    I need some help with my code. Here is what I have to do. I have a gallery with thumbnails. Each thumbnail has a rollover and when you click on a thumbnail a larger image appears at a different location on the page and the thumbnail remains in its rollover state until you click on another thumbnail.

    I have it almost working but I can't figure out how to make the thumbnail remain in the rollover state once you click on it.

    http://dev-rockwood.virtualhorizons.com/exterior_gallery.htm#

    I would be gratefull for any assistance.;)
     
    Navarone, Oct 5, 2007 IP
  2. Navarone

    Navarone Guest

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You know buddy, by the time I get over your blasting me for crap I did or didn't do or should've done and trying to make sense of your code, I could make individual pages for each and be done with it. With your kind of attitude, I don't need your help.
     
    Navarone, Oct 5, 2007 IP
  3. Logic Ali

    Logic Ali Well-Known Member

    Messages:
    170
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    You have a problem in your existing code, in that your onclick handlers are calling a non-existent function bigImage, although as the links navigate to another page, it's not fatal.

    If you want locking rollovers, my recommendation would have to be SmartRoll, which will provide a solution without switching pages. This script is often combined with ThumbSmart to provide the slideshow of the type you have with locking thumbnail images.
    E.G. http://preview.altosagroup.com/AGAPP/V/portfolio.html
     
    Logic Ali, Oct 5, 2007 IP
  4. Navarone

    Navarone Guest

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks Logic Al,

    This is exactly what I was looking for!
     
    Navarone, Oct 8, 2007 IP