第一种: expression
代码如下:
.tablestyle{
Hintergrundfarbe:#CCCCCC; Grenze:#ff0000 durchgezogen 2px; border-collapse:collapse; Cursor:Hand; Breite: 100 %;
}
.tablestyle td{ border:#ff0000 solid 2px; border-collapse:collapse;}
.tablestyle tr{
onmouseover:expression(onmouseover=function()
{
this.style.color='red';
this.style.backgroundColor='gelb'
});
onmouseout:expression(onmouseout=function()
{
this.style.col
this.style.backgroundColor=''
}
);
}
11111111111 | 22222222222 |
33333333333 | 44444444 |
55555 | 66666666 |
77777777777 | 8888888888 |