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
- Re: Is Mozilla still less CSS compliant than IE ??? (sourc... Peter Lairo
- Re: Is Mozilla still less CSS compliant than IE ??? (... barney
- Re: Is Mozilla still less CSS compliant than IE ??? (... Henno Buschmann
- Re: Is Mozilla still less CSS compliant than IE ??? (... Jason Fleshman
- Re: Is Mozilla still less CSS compliant than IE ?... Henno Buschmann
- Re: Is Mozilla still less CSS compliant than IE ??? (... basic
