2012-06-04, 16:46:38
Hi.
Folgendes Problem:
Ich nutze das p01-contact Plugin und habe die Felder per CSS Klassendefinition Formatierungen zugewiesen.
Die CSS Klassen sehen so aus:
.p01-contact {
position:relative;
width: 500px;
padding: 20px;
margin-left:-5px;
margin-bottom:10px;
overflow:hidden;
}
.p01-contact .field{margin-bottom:10px}
.p01-contact .field captcha{float:left}
.p01-contact .text input{width:60%}
.p01-contact .captcha input{width:160px;}
.p01-contact textarea{width:80%; height:100px}
.p01-contact .text input,
.p01-contact .captcha input,
.p01-contact textarea {
border:1px solid #0981AC;
font-size:12px;
padding:5px;
}
.p01-contact .submit{
position:absolute;
bottom:20px;
right:120px;
}
Der FF12, neueste Opera und SRWare Iron interpretieren die CSS Anweisungen, nur der IE9 nicht.
Mache ich einen Denkfehler oder ist das wieder ein IE Feature?
Grüsse
Folgendes Problem:
Ich nutze das p01-contact Plugin und habe die Felder per CSS Klassendefinition Formatierungen zugewiesen.
Die CSS Klassen sehen so aus:
.p01-contact {
position:relative;
width: 500px;
padding: 20px;
margin-left:-5px;
margin-bottom:10px;
overflow:hidden;
}
.p01-contact .field{margin-bottom:10px}
.p01-contact .field captcha{float:left}
.p01-contact .text input{width:60%}
.p01-contact .captcha input{width:160px;}
.p01-contact textarea{width:80%; height:100px}
.p01-contact .text input,
.p01-contact .captcha input,
.p01-contact textarea {
border:1px solid #0981AC;
font-size:12px;
padding:5px;
}
.p01-contact .submit{
position:absolute;
bottom:20px;
right:120px;
}
Der FF12, neueste Opera und SRWare Iron interpretieren die CSS Anweisungen, nur der IE9 nicht.
Mache ich einen Denkfehler oder ist das wieder ein IE Feature?
Grüsse