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
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
Hi marcos,
Adding this CSS will help
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
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
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.
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.
This topic is locked and no more replies can be posted.