hi,
Ist es möglich, ein Textfeld eines Formulars css-styles zuzuweisen, ohne das "Attribut" class nutzen zu müssen?
input.text(?)
Du suchst den Attribut-Selektor:
input[type=text] { ... }
Und du möchtest vermutlich auch noch wissen, dass der IE diesen noch nicht unterstützt.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }