html a:active doesnt work?

rajeshvchowdary

New Member
\[code\]//High-light to show that the user is viewing current tab. // css for the active tab\[/code\]#design.css\[code\] .HeaderTabs li.tab a { display: block; //anchor tab padding: 12px 8px 12px 8px; } .HeaderTabs li.tab a:link { outline: none; //link works text-decoration: none; } .HeaderTabs li.tab a:hover { //this works hovering over the text color: #A4C639; font-weight: bold; } .HeaderTabs li.tab a:active { //this doesnt work color: #A4C639; font-weight: bold; }\[/code\]
 
Back
Top