View Full Version : image mapping in left module


guster=life
04-02-2005, 05:21 PM
i used http://www.pcoward.com/imagemapper/ to do the image mapping for my site. the image mapping worked at first, but when i added the code to get rid of the xanga left module the links stopped working. does the code to take out the left module also take out the image mapping in that area? how do i fix this? here is my html...


<MAP NAME='imgmap'>
<AREA SHAPE='rect' COORDS='52,660,183,678' HREF='http://www.xanga.com/private/home.aspx?user=carebear7342' ALT='Sign In'>
<AREA SHAPE='rect' COORDS='73,681,158,693' HREF='http://edit.xanga.com/claf.aspx' ALT='Look and Feel'>
<AREA SHAPE='rect' COORDS='85,699,149,711' HREF='http://www.xanga.com/private/SubscribeTo.aspx?user=carebear7342' ALT='Subscribe to carebear7342'>
<AREA SHAPE='rect' COORDS='69,716,164,728' HREF='http://www.xanga.com/profile.aspx?user=carebear7342' ALT='Read My Profile'>
<AREA SHAPE='rect' COORDS='56,734,177,746' HREF='http://www.xanga.com/guestbook.aspx?user=carebear7342' ALT='Sign My Guestbook'>
<AREA SHAPE='rect' COORDS='89,750,146,760' HREF='http://www.xanga.com/logout.aspx' ALT='Sign Out'>
</MAP>

<IMG SRC='http://img14.imgspot.com/u/05/91/00/Guster4.gif' border=0 width=760 height=1305 USEMAP='#imgmap'>

<div style="
overflow: auto;
width: 650px;
height: 600px;
margin-top: -675px;
margin-left: 10px;">


<style type="text/css">
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;}
</style>

<style type="text/css">
/*Guster*/
/*by Cara*/
body {
}

#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}

table.blogbody {
width:380px;
font-family: Verdana;
font-weight: none;
font-size: 8pt;
color: #000000;
text-align: justify;
padding: 0px;
margin-top: 2px;

</style>

lefty
04-02-2005, 08:29 PM
Are you putting the image map in the left module? If you're getting rid of the left module, wouldn't the information inside it disappear?