Page 1 of 1

thumbnails on mouse over they come up as a bigger image

Posted: Thu Mar 01, 2007 2:03 am
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

Posted: Thu Mar 01, 2007 3:18 am
by onion2k
Moved to Client Side because this is going to be solved with CSS or JavaScript.

Posted: Thu Mar 01, 2007 7:59 am
by feyd
The solution will involve

Code: Select all

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