
Ok, so I put my cursor at the top right hand corner of the "Sign In" link.
At the top left, the coordinites said this: 85, 29
Then I put my cursor at the bottom irght of it and it said this : 161, 44
So I took the html:
CODE
<!-- begin code provided by createblog.com -->
<img name="img" src="img"border="0" usemap="#img" alt="">
<map name="m_img">
<area shape="rect" coords="85,29,161,44" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
</map>
<div style="width: 0px;
padding-left: [x] px; padding-right: 0px; padding-top: [x] px;position:static; margin-top:-500px">
<div align=left><div style="background:transparent; border=0px solid #000000; width: [x] px; height: [x] px; BACKGROUND:transparent; FILTER: alpha(opacity=50); overflow:auto">
<!-- end code provided by createblog.com -->
<img name="img" src="img"border="0" usemap="#img" alt="">
<map name="m_img">
<area shape="rect" coords="85,29,161,44" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
<area shape="rect" coords="000,000,000,000" href="#" title="" alt="" >
</map>
<div style="width: 0px;
padding-left: [x] px; padding-right: 0px; padding-top: [x] px;position:static; margin-top:-500px">
<div align=left><div style="background:transparent; border=0px solid #000000; width: [x] px; height: [x] px; BACKGROUND:transparent; FILTER: alpha(opacity=50); overflow:auto">
<!-- end code provided by createblog.com -->
In the coordinates for my first link I put:
"85,29,161,44"
Yet.....my image map does still not work!
What am I doing wrong?