Hello all,
I've been working on a site for a really great non-profit organization for a couple of years now, and we've recently added a section where you can view quilt squares. There is a functionality where you hover over the small image of a quilt square, and a bigger image pops up.
What I've come up with is pretty rudimentary, just
CSS. You can view it here.
http://www.iopo.org/donation_stories...bner_test.html. The only relevant section in the
html to the code is:
<div id="video_placeholder">
<a class="thumbnail" href="#thumb"><img src="thumbs/abner_barbara_r.jpg" alt="Barbara Abner Quilt Square" width="238" height="134" border="0" /><span><img src="http://webforumz.com/images/abner_barbara_r.jpg" width="700" height="700" alt="Barbara Abner Quilt Square" /><br />Barbara Rose Abner, 1949-2002</span></a>
</div>
The
css that makes it work is in the head of that page, for now.
What I'd like to do is have the large image fade in when it appears, instead of just harshly appearing.
I'm not very good with javascript yet, but any help would be greatly appreciated.
Thanks so much!