Forums

IE 7 css validation issue

marmerk 06 Oct, 2011
hi CF
I have a form with checkbox , radios, etc. works fine.
I have an issue only in IE7 with validation message position.
when i mark the radiobutton my columns move left or right. like getting in its original place..
this does not happen in any other IE 8 9 neither FF.
guest what... my client uses IE7

My form is in a table with 2 columns.
CF version 3.2, joomla 1.5.23
link to form,
http://www.tejasrotas.com.ar/index.php?option=com_chronocontact&chronoformname=espejocopia2

Any advice would be appreciated,
thanks
marcos
GreyHead 06 Oct, 2011
Hi marcos,

Adding this CSS will help
span.LV_valid { 
  display:none;
}

But I think you may also have problems with the checkbox validation because 'validate-one-required' requires that the checkboxes share a common parent div and yours don't.

Bob
marmerk 07 Oct, 2011
hi bob, thanks for your reply,

i will not validate my checkbox question. only radiobuttons.

i tried with your css code on the ccs form, consolidated common and style-ie7.css
still no success.
thanks anyway.
GreyHead 07 Oct, 2011
Hi marmerk,

You can just put it in a Form CSS box.

Bob
This topic is locked and no more replies can be posted.