Rollover list link to change body image

liunx

Guest
Hello -

I would like to create an effect simmilar to this site: <!-- m --><a class="postlink" href="http://www.destinedtodesign.com/gallery/">http://www.destinedtodesign.com/gallery/</a><!-- m -->

However, I have a css list without images. I want a user to rollover one of the list links and the image in the center of the page will change accordingly.

I know this involves css and javascript. Thanks!Here's one way to do it. This demo uses onclick but you can easily change it to onmouseover -- all you have to do is change the one instance of 'click' to 'mouseover'. (<!-- m --><a class="postlink" href="http://www.dynamicsitesolutions.com/javascript/image_gallery_demo/">http://www.dynamicsitesolutions.com/jav ... lery_demo/</a><!-- m -->)
 
Back
Top