<div id="nav"><img src="images/navlist-top_03.gif" alt="menu" width="177" height="550" border="0" usemap="#Map" id="Image1" />
<map name="Map" id="Map">
<area shape="rect" coords="22,68,78,84" href="ourfirm-history.html" alt="our history" onmouseover="MM_swapImage('Image1','','images/navlist-hist-top.gif',1)" onmouseout="MM_swapImgRestore()" />
<area shape="rect" coords="24,128,108,157" href="ourfirm-philosophy.html" alt="investment philosophy" onmouseover="MM_swapImage('Image1','','images/navlist-iproll-top.gif',1)" onmouseout="MM_swapImgRestore()" />
<area shape="rect" coords="10,307,137,326" href="account.html" alt="your account" onmouseover="MM_swapImage('Image1','','images/navlist-acctroll-top.gif',1)" onmouseout="MM_swapImgRestore()" />
<area shape="rect" coords="23,218,153,232" href="services-client.html" alt="client information" onmouseover="MM_swapImage('Image1','','images/navlist-ciroll-top.gif',1)" onmouseout="MM_swapImgRestore()" />
<area shape="rect" coords="25,248,155,263" href="services-fees.html" alt="fee arrangements" onmouseover="MM_swapImage('Image1','','images/navlist-faroll-top.gif',1)" onmouseout="MM_swapImgRestore()" />
<area shape="rect" coords="9,486,113,504" href="contact.html" alt="contact us" onmouseover="MM_swapImage('Image1','','images/navlist-ciroll-top.gif',1)" onmouseout="MM_swapImgRestore()" />
<area shape="rect" coords="22,97,62,113" href="ourfirm-staff.html" alt="our staff" onmouseover="MM_swapImage('Image1','','images/navlist-staffroll-top.gif',1)" onmouseout="MM_swapImgRestore()" />
</map>
</div>
And here is the rule for #nav:
#nav {
height: 550px;
width: 177px;
margin: 0px;
float: left;
padding: 0px;
background-image: url(images/navlist.gif);
background-repeat: no-repeat;
|