<img src="/images/header.jpg" width="964" height="571" alt="Navigation" usemap="#navigation" /> <map name="navigation"> <area shape="rect" coords="?,?,?,?" href="link.php" alt="Link" /> </map>
I am using Photoshop CS5 to grab my coordinates. I used the image slicer tool to draw a rectangular box around my clickable area. When I click on this box, I find the following information:
X: 468
Y: 528
W: 86
H: 23
My question is: are these the coordinates I need to plug into my code? If so, then in what order should I write them?














