I'm using a :hover on non linked text.
I am trying to use expaned and I need the title to act as a link even
though it's not.
IE colors the link but the hover doesn't work. Firefox is fine.
Here's the css code.

p.trigger:hover {

        cursor: pointer;
        font-weight: bold;
        font-size: 14px;
        background: #ffffff;
        color: #02bdf2;
        text-decoration: underline;
}

p.expanded {

        background: #ffffff;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        color: #02bdf2;
        text-decoration: underline;
}

p.expanded:hover {

        background: #ffffff;
        color: #02bdf2;
        font-weight: bold;
        font-size: 14px;
        color: #02bdf2;
        text-decoration: underline;
}
Thanks for any help.
Lingo

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to