Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IE9 nimmt CSS Formatierungen nicht an
#1
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
Reply


Messages In This Thread
IE9 nimmt CSS Formatierungen nicht an - by grs - 2012-06-04, 16:46:38
IE9 nimmt CSS Formatierungen nicht an - by grs - 2012-06-25, 16:26:34
IE9 nimmt CSS Formatierungen nicht an - by Connie - 2012-06-25, 16:30:31
IE9 nimmt CSS Formatierungen nicht an - by grs - 2012-06-25, 16:48:29



Users browsing this thread: 1 Guest(s)