I have made two forms in my site with chrono ...the first one is a quick chrono contact that i have changed the paddings because i had reduced space. the second form is a typical form of contact...
The problem is that at quick form to make the form with less paddings , margins and width i used from the "Form code" the "CSS style" and i add the above code as a result in ie6 to have the form very big and that breaks my site...I found the Ie6 style css but i fingure out that if i find a way to fix that from there i will have problem to my second form
What do you suggest me to do ??
The problem is that at quick form to make the form with less paddings , margins and width i used from the "Form code" the "CSS style" and i add the above code as a result in ie6 to have the form very big and that breaks my site...I found the Ie6 style css but i fingure out that if i find a way to fix that from there i will have problem to my second form
What do you suggest me to do ??
.form_element {
margin-top:1px;
margin-bottom:1px;
margin-left:0px;
}
button, input[type="button"], input[type="submit"] {
line-height:100%;
padding:0;
}
.form_element label { line-height:15px}
.style1 {
font-size:16px;
font-size:20px;
}
input.dashboard, select.dashboard{
width:100px;
}
textarea, input[type="text"], input[type="password"] {
padding:0 0 0 0;
}
#ChronoContact_quick {
width:270px;
}
#chrono_verification { width: 145px;
}
.style1 {
color: #3366ff;
font-size: 20px;
padding-top:2px;
padding-bottom:4px;
text-decoration:underline;
}
.style2 {
color: #3366ff;
font-style:italic;
}