On a page using several <area> regions over an <img>, how can you make the <area> regions visible on the rendered web page?
The <area> tag apparently supports the style attribute, but I can't find any information on how to use it.
I've tried in line styles e.g.
<area style="border:5 px solid red;" ...
But they don't show up on the web page.
Thanks in advance for any help on how best to make an <area> visible. (without changing the img file)
The <area> tag apparently supports the style attribute, but I can't find any information on how to use it.
I've tried in line styles e.g.
<area style="border:5 px solid red;" ...
But they don't show up on the web page.
Thanks in advance for any help on how best to make an <area> visible. (without changing the img file)
Comment