Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying an input element, in the middle of an image.

Status
Not open for further replies.

fenneraj

Programmer
Jul 29, 2003
21
SE
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=&quot;images/intro2.jpg&quot; width=&quot;800&quot; height=&quot;101&quot; border=&quot;0&quot; usemap=&quot;#Map&quot;>
<map name=&quot;Map&quot;>
<area shape=&quot;rect&quot; coords=&quot;3,46,86,64&quot; href=&quot;index.cfm&quot; alt=&quot;Home&quot;>

Regards
Andrew Fenner
<area shape=&quot;rect&quot; coords=&quot;94,44,168,62&quot; href=&quot;pages/start.cfm&quot; alt=&quot;Start the Questionnaire&quot;>
<area shape=&quot;rect&quot; coords=&quot;189,40,248,63&quot; href=&quot;pages/faq.cfm&quot; alt=&quot;Frequently Asked Questions&quot;>
<area shape=&quot;rect&quot; coords=&quot;262,42,343,62&quot; href=&quot;pages/reporting/RIndex.cfm&quot; alt=&quot;Reporting&quot;>

</map>

</body>
 
I would suggest scraping the map (never cared for those) and cutting your nave image up into particular button images and then using the bg image for your for element.

[conehead]
 
I'm not sure if this is what you're looking for, but maybe it will help! thread215-682590

Hope This Helps!

Ecobb
- I hate computers!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top