Click here to Skip to main content
15,921,577 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
hi i have single photo that contains group of friends images.
when placing mouse pointer on face of a friend, his/her name should be shown.
how to implement this feature?
Posted
Updated 10-May-17 5:08am

Hi,

you can implement that feature by using image map in asp.net.

first you've to set particular portion of image as click link so when user mouseover that portion the javascript function raises that feature.


This is just idea only .Try your self with your own code

Here 'm providing link for learn imagemap

http://www.codeproject.com/KB/user-controls/imagemap.aspx

Google maps are also based on image map only.

so can achieve your requirement by using Imagemap.

All the Best
 
Share this answer
 
Refer this link, its like facebook taging of image

Facebook Style Photo Tag
 
Share this answer
 
Use this

<img id="ctl00_ctl00_Logo" tabindex="1" title="The Code Project" src="http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif" alt="Home" style="height:90px;width:225px;border-width:0px;">
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900