I've seen a few examples out there of how to make a seccion of my image a hot spot like you would do an image map in html but don't know which is best to do. Here is my code: div.contact { background-image: url("../images/header.gif"); width: 160px; height: 39px; font-size: 6pt; position: absolute; top: 55px; left: 615px; } Code (markup): Can i include my link and hot spot in the same "div.contac" or do i need another one and if so how would i do that? I just need a small area clickable to send an email. Thanks in advance!