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&amp;view=info&amp;layout=ranking&amp;type=playerbyactivity&amp;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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -