html - add links to image map with url image in div class -


the following code displays header image within h ref links store links dont seem active in image usemap"#navigation" how can make image map active along side links?

<style type="text/css">     .header {      width: 1000px;     height: 363px;     background: url(image-sections/header-.jpg);     } 

<!doctype html> <html>  <div>     <table width="1000" height="363" border="0">     <tr style="background: url(http://www.fastsourceautoparts.com/image-sections/header-.jpg);" width="1000" height="363" usemap="#navigation">     <td height="13" td style="padding-left:560px; padding-top: 100px;" align="center"> <map name="navigation">                 <area shape="rect" coords="29,211,168,248" href="http://www.ebaystore.com" />     <area shape="rect" coords="169,211,285,248" href="#features" />     <area shape="rect" coords="288,211,399,248" href="#contact" />     <area shape="rect" coords="400,211,528,248" href="#contact"/>     <area shape="rect" coords="531,211,632,248" href="#contact"/>     <area shape="default" nohref="nohref" title="default" alt="default"/>     </map>     <a href="#customerservice""http://feedback.ebay.com/ebaymotors/ws/ebayisapi.dll?viewfeedback2&userid=brakemotive76&&_trksid=p4340.l2560&iid=220848705512&sspagename=vip:feedback&ftab=feedbackasseller"  class="feebback_buttonaaa">  &rsaquo;&rsaquo;ask question?</a> 

   http://feedback.ebay.com/ebaymotors/ws/ebayisapi.dll?viewfeedback2&userid=brakemotive76&&_trksid=p4340.l2560&iid=220848705512&sspagename=vip:feedback&ftab=feedbackasseller" class="feebback_buttonaaa"> ››add favorites


Comments