[TYPO3-german] input:focus IE funktioniert nicht
news.netfielders.de
ercan_karadeniz at hotmail.com
Sun Aug 6 20:52:25 CEST 2006
Hallo Liste,
beim IE funktioniert input:focus nicht.
Als workaround konnte ich folgende Lösung finden:
http://www.onlinewebservice.info/forum/archive/index.php/t-15058.html
Ist Zustand:
<input name="email" id="mailformemail" size="40" maxlength="40" value=""
type="text">
Soll Zustand:
<input name="email" id="mailformemail" size="40" maxlength="40" value=""
type="text" onfocus="this.style.color = 'red'; this.style.fontWeight =
'bold';" onblur="this.style.color = 'white'; this.style.fontWeight
= 'bold';">
Wie kann das mit TS realisieren?
Vielen Dank im Voraus!
Mfg.
Ercan Karadeniz
More information about the TYPO3-german
mailing list