http://goo.gl/X36Af
Heb al verschillende zaken in CSS aangepast maar krijg het niet voor elkaar wie heeft de gouden tip...
Hieronder mijn form CSS:
Code: Select all
/*contact form*/
div.column {
   float: left;
   width: 300px;
   padding: 5px;
   clear: left;
}
div.columnclear {
   margin-left: 320px;
   padding: 5px;
   width: 300px;
}
div.radio {
   height: auto;
   padding-bottom: 45px;
}
div.radio div {
   float: left;
}
label {
   display: block;
   padding: 1px;
}
.radio label {
   width: 50px;
}
input {
    width: 150px;
}
input[type="radio"] {
   width: 40px;
   float: left;
   height: auto;
}
input[type="checkbox"] {
   width: auto;
}
.test {
   height: 10px;
}
.captcha {
    height: 120px;
    padding: 4px;
    width: 235px;
}
/*eind contact form*/


