I have a jquery popup which fires different popups (DIVs) on clicking different links. It is working fine. But now I want it for image map. But it seems that "rel" attribute is not working for image map. See the Fiddle - http://fiddle.jshell.net/B6A38/
Though W3schools says that it is fine to use "rel" with image map - http://www.w3schools.com/TAGS/att_area_rel.asp
Please help!