Hallo,
Ích habe folgenden quellcode und will mehrere sachen bei mouseover /out verändern, aber wie??
onmouseover="this.style.color='#000000'"
ich möchte folgende sachen hinzuaddieren:
width:100%
und
filter:shadow(color=#ffffff, direction=135);
onmouseover="this.style.color='#000000';this.style.width='100%';this.style.filter='shadow(color=#ffffff, direction=135)'"
MfG, Thomas