Main Menu

Categories

Subscribe

JQuery Image Slider with rollover text

November 24th, 2008

Another tiny JQuery script that fades in a paragraph of text over an image of Isla Fisher! – What more do you want :)

Demo

4 Comments

  1. i KEEP GETTING A 404 not found on your demo pages Keith…. would be great if ya could fix it.

  2. Hey Oded,

    Have a try now. I just moved hosts and didn’t include the jquery dir.

  3. Very nice and lightweight usage — thanks for the tips!

    Question: What if I wanted to have the “height” in the javascript function be different for a different class of image? It seems like I could just change the CSS class referenced, but that doesn’t seem to cut it….

  4. Hey Josh,

    Just change 14px to whatever you wish:

    $(this).children(‘p’).animate({height: “14px”, opacity: 1},300);

    Hope that helps,
    Keith

Leave a Reply