Hi,
Why does IE 6.0 and 7.0 not show checkboxes and the submit button?
Can you give me a clue where to look for the solution? Couldn't find it in the forum.
It happens here for instance:
http://www.deklarinet.com/abonnee-worden/word-ook-abonnee
Cheers,
Jaap
Why does IE 6.0 and 7.0 not show checkboxes and the submit button?
Can you give me a clue where to look for the solution? Couldn't find it in the forum.
It happens here for instance:
http://www.deklarinet.com/abonnee-worden/word-ook-abonnee
Cheers,
Jaap
Hi Jaap,
The problem (in IE7 at least) appears to be this CSS in frontforms_tight.css
If you over-ride this in a Load CSS action then I think it will be visible again.
Bob
The problem (in IE7 at least) appears to be this CSS in frontforms_tight.css
.cfdiv_checkboxgroup input {
float: left;
}
If you over-ride this in a Load CSS action then I think it will be visible again.
Bob
Thanx Bob,
Could you give me hint what to do to repair this? I can't figure out what you mean by override Load CSS action. Should I place some code in template.css or..?
Jaap
Could you give me hint what to do to repair this? I can't figure out what you mean by override Load CSS action. Should I place some code in template.css or..?
Jaap
This topic is locked and no more replies can be posted.