how to visualise/debug an imagemap?

后端 未结 5 1206
广开言路
广开言路 2021-01-01 21:44

I\'m dynamically generating an imagemap for a chart tool I have.

I was hoping to be able to set a border or color on the area tags so I could check everything was be

5条回答
  •  情话喂你
    2021-01-01 21:55

    One way to visualize an area tag in Chrome is to add a tabindex to the area tag(s) you want to see, and then click or tab to it. Chrome will nicely highlight the actual outline of the clickable area.

    This solution unfortunately doesn't work in Firefox.

提交回复
热议问题