Hi,

If you're only concerned about providing form accessibility for
screenreaders, and no other disability, you could use the method below or
a transparent.gif with appropriate alt-text would work too.

Stuart


On Thu, April 12, 2007 2:50 am, Micky Hulse wrote:
> 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]
> *******************************************************************
>
>


-- 
Stuart Foulstone.
http://www.bigeasyweb.co.uk
BigEasy Web Design
69 Flockton Court
Rockingham Street
Sheffield
S1 4EB

Tel. 07751 413451


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

Reply via email to