php - Active link with css color -
i have filter element filter data:
http://dualda.com/index.php?option=com_findme&view=info&layout=ranking&interval=7
and here want actual "bold" text in red using css. ideas?
e.g. this
<a class="redlink" href="/index.php?option=com_findme&view=info&layout=ranking&type=playerbyactivity&lang=de">gespielte spiele</a>
complement css redlink
this:
b .redlink, b .redlink:link, b .redlink:visited { color: #ee2b4e; }
target links inside b
tags , different states.
Comments
Post a Comment