On 15/09/2009, at 2:56 PM, MEM wrote:

>> Maybe you are thinking about a:active? Try styling that.
>
> I believe I'm styling that on my css.
> Here:
> #mainMenu li a:hover, li a:active
> {
>       text-decoration:none;
>       background-image:url(../images/hover.png);
>       background-position:bottom;
>       background-repeat:no-repeat;
>       color:#fff;
>       background:#e00;
> }
>
> Here's the video-issue:
> http://www.nuvemk.com/rebelate/rebelatehome/strange_css_issue.html

See this link: http://reference.sitepoint.com/css/pseudoclass-active

"This pseudo-class matches any element that’s in the process of being  
activated. It would apply, for instance, for the duration of a mouse- 
click on a link, from the point at which the mouse button’s pressed  
down until the point at which it’s released again."

Cheers, Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to