Jump to content

anchor tag help plz


delickate

Recommended Posts

hi,

i would to change test color of my anchor tag that is active.

its link,hover,visited properties working well but i want to change

text color of that anchor that is active now.

i use active attribute but it works only when its being click

my code is :

a.nav2:link {

 

color:#FFFFFF;

 

}

 

a.nav2:visited {

 

color:#FFFFFF;

 

}

 

a.nav2:hover {

 

color:#9C9B9A;

 

}

a.nav2:active {

 

color:#FFF3333;

 

}

please help

Link to comment
https://forums.phpfreaks.com/topic/137658-anchor-tag-help-plz/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.