I’m finding it nearly impossible to get the
positioning of the error message relative to the form field.

It looks like that's because they are both linked by being
lumped together in the class "error".

I think I could get what I'm after if I could address the
error message and invalid elements separately, as in
error.message and error.element or whatever.

Is there a way separately style the message and the element?

Rick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jörn Zaefferer
Sent: Friday, March 09, 2007 12:26 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Need some guidance...

Rick Faircloth schrieb:
>> All formatting should be done via external stylesheets. The plugin lets 
>> you customize the class used to mark them as "error labels", but that's
>> it.
>>     
> What is the "class used to mark them as 'error labels'"?
> Is that a class that I assign to them for the stylesheets to rference?
By default, both invalid elements and their error label get a class 
"error". You can just style the element with that class, or customize 
the error class via the errorClass option.

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to