I have a image based nav bar that i require a select box on. I realise it could be done very easily using the table background and having the select box on top. This cannot be done as the image has a map defining 'Hot Spots'. If anyone can tell me how i can get the select box to appear on the image and so it can be positioned to the desired location, i will be very grateful. The code is listed below...
<body>
<img src="images/intro2.jpg" width="800" height="101" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="3,46,86,64" href="index.cfm" alt="Home">
Regards
Andrew Fenner
<area shape="rect" coords="94,44,168,62" href="pages/start.cfm" alt="Start the Questionnaire">
<area shape="rect" coords="189,40,248,63" href="pages/faq.cfm" alt="Frequently Asked Questions">
<area shape="rect" coords="262,42,343,62" href="pages/reporting/RIndex.cfm" alt="Reporting">
</map>
</body>
<body>
<img src="images/intro2.jpg" width="800" height="101" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="3,46,86,64" href="index.cfm" alt="Home">
Regards
Andrew Fenner
<area shape="rect" coords="94,44,168,62" href="pages/start.cfm" alt="Start the Questionnaire">
<area shape="rect" coords="189,40,248,63" href="pages/faq.cfm" alt="Frequently Asked Questions">
<area shape="rect" coords="262,42,343,62" href="pages/reporting/RIndex.cfm" alt="Reporting">
</map>
</body>