How can I intergrate an image with a HTML/whatever code form?

ALB

New member
I have an image and I need that image to have a drop down box within it - the drop down would appear to be on top of the image or part of it - how do I do this?

Once I have embedded the drop down within the form, the selections need to automatically direct the user to another web page (new window), without the need for a submit button.

Thanks in advance.
 
<div style="position:absolute;z-index:2;">HTML CODE TO GO ON TOP OF IMAGE HERE</div><img src="WHATEVER YOUR IMAGE IS" />
 
Back
Top