Log in

View Full Version : Text link with mouseover that changes image elsewhere on page, but...



dmaster
05-20-2011, 09:15 PM
I will have a list of text/links on my page and when the user mouses over each text/link an image that is adjacent to the text/link will change. I've seen scripts for this, however, I need two more things: 1) I need the image to also have a link that matches the link the text/link has so the user can click on the image and go to the same place the text/link goes to; and 2) I need one of the links to appear to be selected when the user first comes to the page. I'm looking for something like what's on the home page of The Economist with their feature articles section, http://www.economist.com/

Thanks for any help,
dmaster

jscheuer1
05-21-2011, 04:13 PM
I think that, with some appropriate markup and styles, this script:

http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm

as modified here:

http://www.dynamicdrive.com/forums/showthread.php?t=62424

with a little further modification or separate code to get the highlight effect you're after, should be able to work out for that.