The only way to make :hover to work on MSIE6 is with <a> elements,
with a valid 'href' attribute (it may be href="#").
On Fri, Oct 10, 2008 at 1:14 PM, Lingo <[EMAIL PROTECTED]> wrote:
>
> 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
>
> >
>
--
Paulo Diovani
[EMAIL PROTECTED]
+55 51 8146 5413
___________________
http://www.diovani.com
--~--~---------~--~----~------------~-------~--~----~
--
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]
-~----------~----~----~----~------~----~------~--~---