Image Map Form Submit Button in CSS

admin

Administrator
Staff member
I am trying to use a circular image map in a layer that is over an existing image that exists in a lower layer, to trigger the submit process of an html form.<br />
<br />
Layer1 is the complex page header, including drop-down menus.<br />
Layer2 is an input field placed over a portion of the page header image.<br />
Layer3 should be a circular hotspot (image map) that is directly over a "Go" button, in the page header image. This hot spot should act as the form's submit button.<br />
<br />
I have tried "usemap" in the "input" structure, but to no avail. BTW, I am trying to do this without the use of JavaScript, since quite a number of people keep JS turned off.<br />
<br />
Here is a non-CSS version of what I am trying to do:<br />
<!-- m --><a class="postlink" href="http://www.actionamerica.org/huh/">http://www.actionamerica.org/huh/</a><!-- m --> <br />
<br />
What am I missing? :confused:<!--content-->accessibility.<!--content-->
 
Back
Top