how to visualise/debug an imagemap?

后端 未结 5 1216
广开言路
广开言路 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 22:06

    You can use FireBug for that:

    • Right-click your image and choose "Inspect Element with FireBug"
    • In the HTML tab of Firebug, the image tag is highlighted: locate and expand the associated map tag, which usually is right after it
    • You can now place your mouse over each area tags to see them highlighted over your image

提交回复
热议问题