background-color index

goodbath / 2013-11-21 11:16:35   

Hi, i´m trying when you over the mouse in the link, black square and white letters; i put in the style and work well; But i want too, when you are in the link active is filled too. For example in this websites: mophie.ch linuesa.net/

goodbath / 2013-11-21 11:17:21   

my website here: moisesnavarro.net/

arsondpi / 2013-11-21 14:11:39   

Hello!

Look at your style.css file, line 77 -

  1. li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, #index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited {
  2.     background: #000;
  3.     color: #FFF;
  4. }

* try searching the forum as well - answers to questions like this have been answered a few times before. ;-)

goodbath / 2013-11-21 19:17:25   

But believe it or not, I shot a lot of time looking in the forum, before you ask, the problem is that sometimes I have the right words to search for things, since neither is in Spanish ... thank you very much in advance

This thread has been closed, thank you.