Spalten MouseOver (ab IE5)


 
Hier steht ein Text  
   

<style type=text/css>
.crosshair {
        CURSOR: crosshair
}
.pointer {
        CURSOR: pointer
}
.move {
        CURSOR: move
}
.wait {
        CURSOR: wait
}
.help{
        CURSOR: help
}
.url {
        CURSOR: url(cursor.cur)
}
</style>

<h1 align=center id="test" onMouseover="document.all.test.innerText='Schrift MouseOver'" onMouseout="document.all.test.innerText='Spalten MouseOver (ab IE5)'">Spalten MouseOver (ab IE5)</h1>

<td align=center bgColor="#9999ff" width="50%" class=crosshair onMouseover="this.bgColor='#ffffff'" onMouseout="this.bgColor='#9999ff'"><font face=arial size=3 color=#9999ff><b>Hier steht ein Text</b></font></td>