Bojana Lalic wrote:
I don’t want any text displayed before or after the query text input element. Should I wrap a label around the input element and then hide it using css? How do I get around this accessibility issue?

Me personally, I setup my form normally using label/input, then apply absolute positioning to the label if I do not want it to show:

.off, #formId label, .whatever {
        position: absolute;
        left: -999em;
        top: -999em;
}


--
Wishlists: <http://snipurl.com/vrs9>
   Switch: <http://browsehappy.com/>
     BCC?: <http://snipurl.com/w6f8>
       My: <http://del.icio.us/mhulse>


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to