fischnackdissen: INPUT Feld ein "active" gebe?

Beitrag lesen

Thx, für die schnelle Antwort.
Jetzt habe ich leider noch ein weiteres Problem.
Das klappt anisch recht gut mit "focus" aber leider nicht im IE 6 + 7.

Gibt es dafür auch noch einen Trick?

Habe das im Moment so gebaut im Style:

#contact input {
     border: solid 4px #f1f1f1;
}
#contact input:hover {
     border: solid 4px #e2e2e2;
}
#contact input:focus {
     border: solid 4px #e2e2e2;
}

Fisch

Hello out there!

möchte aber auh, wenn man in das Feld klickt, dass das Feld einen Rahmen bekommt für die Zeit wenn man etwas hineinschreibt.

Dann ist wohl die Pseudoklasse ':focus' was für dich.

See ya up the road,
Gunnar