Is there anyway to remove the outline when you select an area on an image map? See: >
I was having this same issue with both chrome and safari and found success by assigning a class .map to each area tag and giving the class the following style:
.map { outline: 0; }