Thanks. How about the foreground color, font-bold, etc...?
"Jos" <> wrote in message
news:...
>
> "Lau Lei Cheong" <> wrote in message
> news:%...
> > <td onmouserover="self.bgcolor='#000000';"
> > onmouseout"self.bgcolor='#FFFFFF';"></td>
> >
> > if you need more than one "state" of color, you probably want to write a
> > javascript function to handle it.
>
> Your code doesn't work with me. But this works:
>
> <td onmouseover="this.style.backgroundColor='red';"
> onmouseout="this.style.backgroundColor='#FFFFFF';" >
> test
> </td>
>
> Jos
>
>
|