I've a little problem with the single checkbox layout: when I check the checkbox another checkbox appears near the title. If I uncheck the checkbox the second checkbox disappears (see image)
[attachment=0]checkbox.jpg[/attachment]
The configuration of the checkbox is the default one.
What's wrong? I've tested it with Safari on Mac, Chrome on Mac, Chrome on Win Xp and the problem remains.
Thanks in advance
Chico_
[attachment=0]checkbox.jpg[/attachment]
The configuration of the checkbox is the default one.
What's wrong? I've tested it with Safari on Mac, Chrome on Mac, Chrome on Win Xp and the problem remains.
Thanks in advance
Chico_
Hi Chico,
Is this a RocketTheme template? If so please try turning off Input Formatting on the template Advanced tab.
Bob
Is this a RocketTheme template? If so please try turning off Input Formatting on the template Advanced tab.
Bob
Thanks, GreyHead.
Is not a Rocket tempalte, I'm working on Beez3 standard template.
Chico_
Is not a Rocket tempalte, I'm working on Beez3 standard template.
Chico_
Hi Chico_,
It looks like there are two quite different styles of checkbox showing up :-(
Please post a link to the form so I can take a quick look.
Bob
It looks like there are two quite different styles of checkbox showing up :-(
Please post a link to the form so I can take a quick look.
Bob
Hi Chico.,
There's a 'checkbox icon' being inserted by this CSS from line 359 of layout.css in your template
Bob
There's a 'checkbox icon' being inserted by this CSS from line 359 of layout.css in your template
input[type="checkbox"]:checked+label:before {
content: "\2714";
text-indent: 0;
background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
background: linear-gradient(-45deg, #fefefe, #0b70cd);
border: 1px solid #0B70CD;
}
Bob
This topic is locked and no more replies can be posted.