Hi all,
i have a big problem: look at this image: the first button is bigger than the other reset button... why?😲
[attachment=0]errore.png[/attachment]
and i have another problem:
[attachment=1]css-error.png[/attachment]
the css for the textarea is correct but for the fields not. This happends with ALL yootheme templates😑
i have a big problem: look at this image: the first button is bigger than the other reset button... why?😲
[attachment=0]errore.png[/attachment]
and i have another problem:
[attachment=1]css-error.png[/attachment]
the css for the textarea is correct but for the fields not. This happends with ALL yootheme templates😑
Hi vecchia,
Can I see the form somewhere ?
Regards
Max
Can I see the form somewhere ?
Regards
Max
Hi vecchia,
Your template has a file reset.css that adds extra padding to the submit button only
Bob
Your template has a file reset.css that adds extra padding to the submit button only
button, input[type="button"], input[type="submit"] {
line-height:100%;
padding:2px 4px 2px 1px;
}
Bob
ehi thanks, i have searched with firebug but i didn't find it😶 any solutions for the fields' validation problem?
Hi vecchia,
There's a JavaScript error in the menus somewhere "this.menu is null" - if you view the form without the template the validation is OK.
Bob
There's a JavaScript error in the menus somewhere "this.menu is null" - if you view the form without the template the validation is OK.
Bob
This topic is locked and no more replies can be posted.