Re: [css-d] p:hover

2005-06-19 Thread Larry Israel
> The URI is: Add cursor: text; to keep the cursor from turning into a hand as it does with links. Larry __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] p:hover

2005-06-19 Thread 4css!!!!
- Original Message - From: "David Laakso" <[EMAIL PROTECTED]> To: Sent: Saturday, June 18, 2005 5:44 PM Subject: [css-d] p:hover > This p element in hover state thing > <http://www.dlaakso.com/sandbox/p-hover.html> is 'close, but no cigar' in

Re: [css-d] p:hover - update

2005-06-18 Thread Holly Bergevin
From: "Holly Bergevin" <[EMAIL PROTECTED]> >>The URI is: > >David, as long as you hover the text and not part of the paragraph that has no >text in it, all the IEs are fine and work as you want. IE5.5 appears to allow >hovering over the paragraph are

Re: [css-d] p:hover

2005-06-18 Thread Holly Bergevin
From: "David Laakso" <[EMAIL PROTECTED]> >If anyone could check IE5.0 and 5.5, I'd be most appreciative. > >The URI is: David, as long as you hover the text and not part of the paragraph that has no text in it, all the IEs are fine and work as you wa

Re: [css-d] p:hover

2005-06-18 Thread David Laakso
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:ho

Re: [css-d] p:hover

2005-06-18 Thread Lauri Raittila
On Sat, 18 Jun 2005 23:44:40 +0200, David Laakso <[EMAIL PROTECTED]> wrote: This p element in hover state thing is 'close, but no cigar' in compliant browsers, and not working at all in IE. css: p a, p:link, p:hover, a, a:link, a:hover { backgro

Re: [css-d] p:hover

2005-06-18 Thread Rob Mientjes
On 6/18/05, David Laakso <[EMAIL PROTECTED]> wrote: > This p element in hover state thing > is 'close, but no cigar' in > compliant browsers, and not working at all in IE. Well, IE only supports :hover on anchors unless you use the famous JavaScript s

[css-d] p:hover

2005-06-18 Thread David Laakso
This p element in hover state thing is 'close, but no cigar' in compliant browsers, and not working at all in IE. css: p a, p:link, p:hover, a, a:link, a:hover { background-color: #9ACD32/*green*/; color: #000; text-decoration: none; } p:hover,