Hi,

> a:hover.note {
>   color: #CC6600 ;
>   font-family: Arial, Helvetica, sans-serif ;
>   font-size: 10pt ;
>   font-weight: normal ;
>   text-decoration: underline
> }

That is the same as:
a.note:hover { ...

But i think it should be
.note a:hover {

Just thinking...

regards,--
    Henno Buschmann * [EMAIL PROTECTED]

    Windows API Programmierung (Tutorials): http://www.win-api.de/
    return 0; // No error occurred


Reply via email to