Hi
I use CF 3.2 and IE8, and can't see the captcha field?
http://www.fremfitness.dk/index.php?option=com_content&view=article&id=53&catid=34&Itemid=70
[attachment=0]fremfitness.jpg[/attachment]
Regards Erik
I use CF 3.2 and IE8, and can't see the captcha field?
http://www.fremfitness.dk/index.php?option=com_content&view=article&id=53&catid=34&Itemid=70
[attachment=0]fremfitness.jpg[/attachment]
Regards Erik
Hi Erik,
It's there but your template is giving it a very faint border. Add a little CSS snippet to change the formatting.
Bob
It's there but your template is giving it a very faint border. Add a little CSS snippet to change the formatting.
Bob
I have tried to make i Black, it works fine in Safari and Firefox, but not in IE8.
Is it not the link in the top you mean?
Hi Erik,
Sorry, I read the forums upside down and didn't' scroll down that far.
The CSS in template-ie8.css is setting the border to none for all input boxes with the !important setting.
You could probably use the id as a selector to over-ride this.
Bob
Sorry, I read the forums upside down and didn't' scroll down that far.
The CSS in template-ie8.css is setting the border to none for all input boxes with the !important setting.
You could probably use the id as a selector to over-ride this.
#chrono_verification {
border: 1px solid black !important;
}
Bob
This topic is locked and no more replies can be posted.