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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Patricia Mindanao

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

    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

    #2
    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:
    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

    Comment

    Working...