Hallo,
habe bei einem Kontaktformular folgendes Problem:
Im Opera (Version 9) wird, sobald ich in ein Textfeld klicke, die Rahmenfarbe vom Absende-Button nicht mehr angezeigt. Außerdem zeigt er trotz overflow:auto einen Geisterscrollbalken an.
Kann mir jemand einen Tip geben, wie ich das beheben kann?
Quellcode des Formulars:
Name: *
eMail: *
Telefon:
Betreff:
Nachricht: *
Kopie der Nachricht an Ihre Adresse senden
* Bitte diese Felder unbedingt ausfüllen
relevantes CSS:
.formtext {
padding-top:8px;
vertical-align:top;
width:90px;
height:22px;
float:left;
}
input.text, textarea {
color:#FFFFFF;
border:1px solid #CC9966;
padding:3px;
margin:5px 0px;
background-color:#000000;
overflow:auto;
}
input.button {
color:#FFFFFF;
background-color:#000000;
border:1px solid #00CCFF;
padding:3px;
margin:3px;
}
input.button:hover {
color:#00CCFF;
}
select.text:hover, input.text:hover, textarea:hover{
border:1px solid #00CCFF;
color:#00CCFF;
}
select.text:focus, input.text:focus, textarea:focus{
border:1px solid #FFFFFF;
color:#FFFFFF;
}
Link zur Seite:
http://www.kerstinheinzel.de/dickewied/docs/kontakt.php
komplettes CSS:
http://www.kerstinheinzel.de/dickewied/css/styles.css
Vielen Dank im voraus!
Kerstin