cool its working now for you.

i still get the error in IE6 though...

check out http://dev.jquery.com/ticket/3821

you might want to write directly to
http://bassistance.de/jquery-plugins/jquery-plugin-validation/

maybe your special characters in messages_fr.js like "numéro de carte de
crédit" cause problems...
try to use html substitution instead.

good luck


Tanguy JACQUET wrote:
> 
> I made some change about my css file and it's looks good on firefox but
> it's
> not perfect on IE7.
> 
> I think it's fine for me.
> 
> 2009/3/12 ggerri <gerald.ressm...@ewz.ch>
> 
>>
>>
>> Happy that it works now. about the css, open your site with ff3 and click
>> the
>> button and your layout gets messed up (see pic).
>> http://www.nabble.com/file/p22476904/ffcss.jpg
>>
>> just insert a <div id='errorBox'></div> above your form.
>>
>> on submit, call you validation checks and if there happens to be an error
>> just write the message into the errorBox with
>> $('#errorBox').append(yourErrorMessage);
>>
>> CSS could be
>>
>> #errorBox
>> {
>> border: 1px solid #A25965;
>> height: auto;
>> width: 90%;
>> padding: 4px;
>> background: #F8F0F1;
>> text-align: left;
>>
>> }
>>
>> Have fun :-D
>> Gerald
>>
>>
>> Tanguy JACQUET wrote:
>> >
>> > Thanks a lot for answered about IE.
>> >
>> > It's fix and seems ok.
>> >
>> > But i don't understand what you said about CSS probleme and i don't
>> know
>> > how
>> > to implemente the message box.
>> >
>> > 2009/3/12 ggerri <gerald.ressm...@ewz.ch>
>> >
>> >>
>> >>
>> >> Hi
>> >>
>> >> sorry only had time for quick look and it seems that you also have a
>> css
>> >> problem (FF3).maybe you want to try and remove the lables with the
>> error
>> >> messages. make a <div> (Messagebox) above or below the form and write
>> >> your
>> >> error messages to this box.
>> >>
>> >> And in IE6, hmm, try to remove the last comma after Dont_Cadres:
>> >> "required"
>> >>
>> >>        Activite: "required",
>> >>                        Nombre_de_Salaries: "required",
>> >>                        Dont_Cadres: "required",
>> >>
>> >> regards
>> >> Gerald
>> >>
>> >>
>> >>
>> >> Mediacom87 wrote:
>> >> >
>> >> >
>> >> > Hi, i've a pb to do working the valdation plugin on IE.
>> >> >
>> >> > My form :
>> >> http://finassurouest.mediacom87.com/devis-pour-entreprise.php
>> >> >
>> >> > I do'nt understand what i mystake in my code.
>> >> >
>> >> > Thanks
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/not-works-on-IE-tp22474370s27240p22475519.html
>> >> Sent from the jQuery General Discussion mailing list archive at
>> >> Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > Cordialement,
>> >
>> > Tanguy JACQUET
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/not-works-on-IE-tp22474370s27240p22476904.html
>> Sent from the jQuery General Discussion mailing list archive at
>> Nabble.com.
>>
>>
> 
> 
> -- 
> Cordialement,
> 
> Tanguy JACQUET
> 
> 

-- 
View this message in context: 
http://www.nabble.com/not-works-on-IE-tp22474370s27240p22478227.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to