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
thumbnails on mouse over they come up as a bigger image
Moderator: General Moderators
-
aussie_clint
- Forum Commoner
- Posts: 41
- Joined: Mon Jul 31, 2006 9:14 am
- Location: Brisbane, Australia
- Contact:
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
The solution will involve
Code: Select all
foo = new Image();
foo.src = 'someURL';