Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all
I want to make navigation link of a image resion. like India map image if i click any poin in delhi area then a detail about delhi page will open
Posted

1 solution

You can use anchor
HTML
<image src="someimage"><a href="linkaddress" /></image>
tag to move to that place when clicked on the image. If you want to navigate to different pages from the same image then you have use Imagemap and set co-ordinates on the point where you need to navigate
 
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