Engin: IE6 floatet DIV-Element zu weit.

Beitrag lesen

Hi ChrisB,

1 div Ungültige Nummer : padding-left -15.0 negative Werte sind nicht erlaubt : -15px

(Oder du verwendest irgendeinen anderen Validator als http://jigsaw.w3.org/css-validator/?)

Du hast natürlich Recht und bevor hier ein unnötiger Streit aufkeimt, OP hat Negative margins im Einsatz.  :-)

* html div.textfield .footer .cornerleft {  
margin:0px -3px 0px 1px;  
}  
* html div.textfield .footer .cornerright {  
margin:0px 1px 0px -3px;  
}

Grüße aus H im R,
Engin