on mouse ove showing image dynamically

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

on mouse ove showing image dynamically

Post by basudeb »

Suppose i have a set of 10 result which are showing dynamically. The results are AS:


Name Location Image

TestName1 Kolkata image1

TestName2 Bombay image2



...........................................

Now when mouse is on image1 then it should show the thumbnail image.

i.e. on mouse over showing image dynamically.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

This thread appears to have nothing in common with phpdeveloper.org. Moved to Client-side.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

use the mouseover event to show an image... there's a billion examples of this on Google!
Post Reply