delickate Posted December 19, 2008 Share Posted December 19, 2008 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 More sharing options...
mmarif4u Posted December 19, 2008 Share Posted December 19, 2008 Is this a PHP related question? Try this: http://programming.top54u.com/post/HTML-Hyperlink-Anchor-Tag-CSS-Styles.aspx Link to comment https://forums.phpfreaks.com/topic/137658-anchor-tag-help-plz/#findComment-719483 Share on other sites More sharing options...
delickate Posted December 19, 2008 Author Share Posted December 19, 2008 sorry.actually i dont know any other forum. thanks for that link.but it is not helpfull Link to comment https://forums.phpfreaks.com/topic/137658-anchor-tag-help-plz/#findComment-719488 Share on other sites More sharing options...
mmarif4u Posted December 19, 2008 Share Posted December 19, 2008 http://www.echoecho.com/csslinks.htm Link to comment https://forums.phpfreaks.com/topic/137658-anchor-tag-help-plz/#findComment-719489 Share on other sites More sharing options...
Mchl Posted December 19, 2008 Share Posted December 19, 2008 sorry.actually i dont know any other forum. Well...CSS section of PHPfreaks forum is here Link to comment https://forums.phpfreaks.com/topic/137658-anchor-tag-help-plz/#findComment-719490 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.