Hallo sebbel.
Andernfalls wäre meine Frage, wie man nur die Buttons allgemein ändern kann und nicht auch noch textboxen oder input vom typ image.
Ohne zusätzliche Klassen und IDs einzig und allein per http://de.selfhtml.org/css/formate/zentrale.htm#attributbedingte@title=Attribut-Selektoren.
Einfaches Beispiel:
input {
background:#fff;
border:3px double #069;
color:#069;
}
input[type="submit"] {
border:2px solid #900;
color:#900;
}
Damit erhalten alle input-Elemente einen weißen Hintergrund, eine doppelte blaue Rahmenlinie sowie eine Schriftfarbe im selben Blau. Lediglich die input-Elemente deren type-Attribut dem Wert „submit“ entspricht erhalten ein abweichende Formatierung.
Dass der IE nicht dazu in der Lage ist, dies zu verstehen, sollte dich aber nicht davon abhalten, eine solche Möglichkeit zu nutzen.
Einen schönen Samstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]