2

Sometimes I want to see exactly where are the <area> tags on pictures on the page.

Is there a way in Javascript to change color or hide a part of the image corresponding to the area tags ?

Felix Kling
  • 795,719
  • 175
  • 1,089
  • 1,143
Cydonia7
  • 3,744
  • 2
  • 23
  • 32
  • possible duplicate of [Visible Area tag?](http://stackoverflow.com/questions/1906734/visible-area-tag) – vol7ron Apr 14 '12 at 13:23

1 Answers1

2

Perhaps you are looking for something like mapper.js. It allows you to highlight areas inside image maps upon mouse over.

Salman A
  • 262,204
  • 82
  • 430
  • 521