![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
From: http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes "The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it. " Take the following fragment. style a:active{color:red} /style a href="#">test</a This works as described in Firefox. But in IE, the style applies after the mouse button is released. In fact is still applies until the link loses focus. Is that not what the :focus selector should do? Is there a css workaround for this or will I have to resort to javascript? Thanks Leave it alone. If IE users are used to seeing that, |
#3
| |||
| |||
|
|
Gazing into my crystal ball I observed Mark Smith writing in 4d7bf38c-0f9e-4188-8be0-d4ead5c07... (AT) y17g2000yqn (DOT) googlegroups.com>: From:http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes "The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it. " Take the following fragment. style * *a:active{color:red} /style a href="#">test</a This works as described in Firefox. But in IE, the style applies after the mouse button is released. In fact is still applies until the link loses focus. Is that not what the :focus selector should do? Is there a css workaround for this or will I have to resort to javascript? Thanks Leave it alone. *If IE users are used to seeing that, and it suddenly changes, they might be confused and think something is wrong. |
#4
| |||
| |||
|
|
On Jun 11, 3:12 pm, Adrienne <arb... (AT) yahoo (DOT) com> wrote: Gazing into my crystal ball I observed Mark Smith writing in 4d7bf38c-0f9e-4188-8be0-d4ead5c07... (AT) y17g2000yqn (DOT) googlegroups.com>: From:http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes "The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it. " Take the following fragment. style a:active{color:red} /style a href="#">test</a This works as described in Firefox. But in IE, the style applies after the mouse button is released. In fact is still applies until the link loses focus. Is that not what the :focus selector should do? Is there a css workaround for this or will I have to resort to javascript? Thanks Leave it alone. If IE users are used to seeing that, and it suddenly changes, they might be confused and think something is wrong. No. With the style I am using it looks totally wrong. |
#5
| |||
| |||
|
|
On Jun 11, 3:12*pm, Adrienne <arb... (AT) yahoo (DOT) com> wrote: Gazing into my crystal ball I observed Mark Smith writing in 4d7bf38c-0f9e-4188-8be0-d4ead5c07... (AT) y17g2000yqn (DOT) googlegroups.com>: From:http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes "The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it. " Take the following fragment. style * *a:active{color:red} /style a href="#">test</a This works as described in Firefox. But in IE, the style applies after the mouse button is released. In fact is still applies until the link loses focus. Is that not what the :focus selector should do? Is there a css workaround for this or will I have to resort to javascript? Thanks Leave it alone. *If IE users are used to seeing that, and it suddenly changes, they might be confused and think something is wrong. No. With the style I am using it looks totally wrong. |
#6
| |||
| |||
|
|
Gazing into my crystal ball I observed Mark Smith writing in 6c77bf67-38ed-41b9-8151-d12ebad13... (AT) l12g2000yqo (DOT) googlegroups.com>: On Jun 11, 3:12*pm, Adrienne <arb... (AT) yahoo (DOT) com> wrote: Gazing into my crystal ball I observed Mark Smith writing in 4d7bf38c-0f9e-4188-8be0-d4ead5c07... (AT) y17g2000yqn (DOT) googlegroups.com>: From:http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes "The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it. " Take the following fragment. style * *a:active{color:red} /style a href="#">test</a This works as described in Firefox. But in IE, the style applies after the mouse button is released. In fact is still applies until the link loses focus. Is that not what the :focus selector should do? Is there a css workaround for this or will I have to resort to javascript? Thanks Leave it alone. *If IE users are used to seeing that, and it suddenly changes, they might be confused and think something is wrong. No. With the style I am using it looks totally wrong. URL? * Again, you are trying to mess with the UA, the way the UA works to be specific. *I wouln't mind having a differently colored car, with other features, but if suddenly my car is braking a different way than it usually does, I'm going to be worried. |
|
I don't use IE, but if I did, I would be used to that kind of behaivor, and be assured that I had infact clicked on something. *Without that, I might keep on clicking or something. |
![]() |
| Thread Tools | |
| Display Modes | |
| |