Click to See Complete Forum and Search --> : a:active wont work


livewire1974
01-26-2009, 02:26 PM
Hi,
I have the following CSS definitions

.link_nav_home_h a{
background:url(image/home.jpg) no-repeat;
text-decoration:none;
width:73px;
height:27px;
float:left;
margin-right:3px;
text-indent:-999999px;
}
.link_nav_home_h a:hover{
background:url(image/home_h.jpg) no-repeat;
text-decoration:none;
width:73px;
height:27px;
margin-right:3px;

float:left;
}
.link_nav_home_h a:active{
background:url(image/home_h.jpg) no-repeat;
text-decoration:none;
width:73px;
height:27px;
margin-right:3px;
float:left;
}



the hover works fine, but active does not work, can somebody help?


thanks

Fang
01-27-2009, 12:39 AM
That also works correctly.