Connecting Tech Pros Worldwide Forums | Help | Site Map

How to divide a picture into multiple clickable parts and redirect users depending on the click?

Patricia Mindanao
Guest
 
Posts: n/a
#1: Nov 11 '08
Assume I have a big picture on a web page. Now I want to logically (!) split this picture into
multiple parts/areas.

When I click e.g. on a the shape of building1 then the user should be redirected to web page "building1.html".
When he clicks on the shape of person1 the user should be redirected to web page "man1.html" ....

How can achieve this picture-multi-click feature?

Pat

Ben C
Guest
 
Posts: n/a
#2: Nov 11 '08

re: How to divide a picture into multiple clickable parts and redirect users depending on the click?


On 2008-11-11, Patricia Mindanao <patmin@hotmail.comwrote:
Quote:
Assume I have a big picture on a web page. Now I want to logically (!) split this picture into
multiple parts/areas.
>
When I click e.g. on a the shape of building1 then the user should be redirected to web page "building1.html".
When he clicks on the shape of person1 the user should be redirected to web page "man1.html" ....
>
How can achieve this picture-multi-click feature?
Use an image map.

See http://www.w3.org/TR/REC-html40/stru...ml#adef-usemap
Closed Thread