Is there anyway to remove the outline when you select an area on an image map? See: >
Give your imagemap an id of "Map" then use the following CSS declaration:
#Map area { outline: none; }