On Sat, 18 Jun 2005 17:44:40 -0400, David Laakso <[EMAIL PROTECTED]> wrote:

Re: [css-d] p:hover:

Many thanks to all who replied and offered suggestions!

As Lauri, suggested adding display block fixed IE6.0, and resolved issues in XP_SP2 FF1.0.4, and Moz1.7.8, as well. p a, p:link, p:hover, a, a:link, a:hover { background-color: #9ACD32; color: #000; display: block; text-decoration: none; }

Opera8.0 needed a bit more attention I added this, and it seems to work:

@media screen and (min-width: 0px){
p a, p:link, p:hover, a, a:link, a:hover { display: block!important; }
}

If anyone could check IE5.0 and 5.5, I'd be most appreciative.

The URI is: <http://www.dlaakso.com/sandbox/p-hover.html>
Thanks!
David Laakso
--
http://www.dlaakso.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to