I've created a design with an integrated menu using images, below you will find my code for that menu. How do I now integrade the DHTML Menu into my menu? I had a look at Milonics menu sample17 but from what I can see I need to put my menu into the javascript to get the menu to work but this will not do with my design, so how do I use the DHTML menu with my start menu?
Thanks in advance!
Code: Select all
<tr>
<td width=900 height=43></td>
<td><img src="images/b1.gif" alt="" width=135 height=43 border="0" usemap="#Map"></td>
<td><img src="images/b2.gif" alt="" width=119 height=43 border="0" usemap="#Map2"></td>
<td colspan=2><img src="images/b3.gif" alt="" width=129 height=43 border="0" usemap="#Map3"></td>
<td><img src="images/b4.gif" alt="" width=117 height=43 border="0" usemap="#Map4"></td>
<td><img src="images/b5.gif" alt="" width=123 height=43 border="0" usemap="#Map5"></td>
<td colspan=2><img src="images/b6.gif" alt="" width=147 height=43 border="0" usemap="#Map6"></td>
<td width=64 height=43></td>
</tr>
<map name="Map">
<area shape="rect" coords="29,7,117,35" href="#">
</map>
<map name="Map2">
<area shape="rect" coords="20,9,104,32" href="#">
</map>
<map name="Map3">
<area shape="rect" coords="12,9,115,33" href="#">
</map>
<map name="Map4">
<area shape="rect" coords="21,8,97,33" href="#">
</map>
<map name="Map5">
<area shape="rect" coords="10,10,99,31" href="#">
</map>
<map name="Map6">
<area shape="rect" coords="28,9,96,32" href="#">
</map>