Hallo !
Kann jemand mir bitte sagen, warum meine onMouseOver Def. nicht funktioniert ?
...
<style type="text/css">
<!--
input {
background:blue;
color:white;
width:120px;
cursor:hand;
onmouseover:color:white;
onmouseout:color:yellow;
}
-->
</style>
<input type=button value="Suchen">
...
MfG
carpet