Hallöle,
welche CSS- Eigenschaften sind eigenlich für input- Felder zulässig?
habe folgendes CSS:
input {
margin: 0;
padding: 0 0 0 0.2em;
line-height: 1em;
font-family: 'courier new', courier;
font-size: 1em;
background-color:#ccf;
border: 1px solid #ccf;
}
input:focus {
background-color:#dfd;
border: 1px solid #080;
}
Probleme:
---------
IE 5: focus wirkt nicht
<input type='checkbox' ...
IE 5, FF 1.5: Rand ist schwarz / Hintergrund weiss
<input type='file' ...
FF 1.5: Rand ist schwarz / focus wirkt nicht
<input type='submit' ...
IE 5: Rand ist schwarz
Lieben Gruss, Kalle