thumbnails on mouse over they come up as a bigger image

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
aussie_clint
Forum Commoner
Posts: 41
Joined: Mon Jul 31, 2006 9:14 am
Location: Brisbane, Australia
Contact:

thumbnails on mouse over they come up as a bigger image

Post by aussie_clint »

Hi

I would like to know what is the best code for having thumbnails that on mouse over they come up in a bigger image on the same page

would like php or html coding preferably
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Moved to Client Side because this is going to be solved with CSS or JavaScript.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The solution will involve

Code: Select all

foo = new Image();
foo.src = 'someURL';
Post Reply