Hallo,

Jason Fleshman wrote:
> I'm no expert on the matter, but I'm pretty sure the correct format is
> a.note:hover {/* style declarations */}

Yea, thats one correkt form. But now you have to type

<a class="note" href=".."> to get the result.

But i think its ment:
<p class="note">text... <a href="...">...</p>

And then you need
.note a:hover or
p.note a:hover

regards,
-- 
    Henno Buschmann * [EMAIL PROTECTED]

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


Reply via email to