>From: Gunlaug Sørtun
>To: CSS-D
>Cc: Scott Glasgow
>Sent: Friday, February 13, 2009 1:51 AM
>Subject: Re: [css-d] :hover pseudo-class unusual behavior in Webkit
>
>
>Philippe Wittenbergh wrote:
>> On Feb 13, 2009, at 4:59 AM, Scott Glasgow wrote:
>
>>> L
Philippe Wittenbergh wrote:
> On Feb 13, 2009, at 4:59 AM, Scott Glasgow wrote:
>> Look at the pics here: http://www.fcphd.org/community.html
> WebKit based browsers still seem to have a problem changing the
> display property on :hover.
A working variant, tailored to your layout, is to replace
Scott Glasgow wrote:
>
>
> What gets me is that his .zoom and .zoom:hover rules, while simpler, do seem
> to be appropriate to the purpose, and they do work in browsers not based on
> Webkit. Opera, IE, and Firefox all have no problem with it. I wonder what it
> is about the Webkit browsers that
- Original Message -
From: David Laakso
To: Scott Glasgow
Cc: CSS-D List
Sent: Thursday, February 12, 2009 3:59 PM
Subject: Re: [css-d] :hover pseudo-class unusual behavior in Webkit
Scott Glasgow wrote:
> I've encountered something that I haven't been able to resol
On Feb 13, 2009, at 4:59 AM, Scott Glasgow wrote:
> After much experimentation and blind guessing, I modified some code
> from
> CSSplay (which I will credit in my html once I get this resolved) to
> make
> small images in a side column enlarge when hovered over. It works
> great in
> IE7 a
Scott Glasgow wrote:
> I've encountered something that I haven't been able to resolve concerning
> Safari/Chrome rendering. It originated in a post on MS's EW2 forum. Here's
> the original:
>
> After much experimentation and blind guessing, I modified some code from
> CSSplay (which
Bruno Fassino Wrote:
In addition to the advices you have already received, you should also
consider that in general in IE/Win the following doesn't work:
... a:hover descendant-element-of-a { ... }
unless there is also a rule affecting directly
... a:hover { ... }
that is exactly what fixed it
Alisha schrieb:
I just tried to implement a simple change of background color on a a:hover
but i realized it doesn't work at all in IE
#foot img {
border:none
}
#foot a:hover img {
background: #b55ad4;
}
Alisha, i have answered this in the thread [Re: [css-d] image mouseover
effect wit
On Thu, 16 Jun 2005 20:20:43 +0100, Alisha wrote:
> ..
>
>
> http://";>
>
>
>
> and the css easy as it can be..
>
> #foot img {
> border:none
> }
> #foot a:hover img {
> background: #b55ad4;
> }
This will not work because you are using a jpeg image. The background
goes behind the image, so
Alisha
> I just tried to implement a simple change of background color on a a:hover
> but i realized it doesn't work at all in IE and i really have no idea of
> why.
> Is this a known issue and is there a way to get around it?
This code is saying that you want to apply a background color to
the*im
"is it possible to
use the hover pseudo class to affect the "display" property of a separate
div? I want to have a row of thumbnails on the left, and as you roll the
mouse over a thumbnail a larger image appears on the right. Easy enough to
do with javascript, but can you do it using just css?"
> I want to have a row of thumbnails on the left, and as you roll the
> mouse over a thumbnail a larger image appears on the right.
Hi Anthony, try this link
http://www.webreference.com/programming/css_gallery/index.html
I think that this will do what you are describing that you need.
hth!
4css
12 matches
Mail list logo