When areas overlap and the user clicks on the overlap, the area that is listed first in the HTML code "wins." Essentially, the browser takes the click and goes down the list of areas and says "is it in here?" for each one. The first time the answer is "yes," it stops looking and processes the click.