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
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
Comment