I am using the following code to create an image map:
but the image map does't work for me.Code:<!doctype html> <html> <head> </head> <body> <div id="imgconatianer"> <img src="mas-01.png" height="600" width="1000" alt="diur-plus" usemap="#green"/> <map name="green"> <area shape="rect" cords="15,5,322,110" href="//diur-plus.co.il" alt="diur-plus" title="diur-plus"/> </map> </div> </body> </html>
Where am I wrong?


Reply With Quote
Bookmarks