El problema radica en que cuando hago click sobre uno de los enlaces el icono no queda "Activo".
Código HTML:
Ver original
nav ul li a:LINK { background: none; } nav ul li a:VISITED { background: url(img/vintage-icon.png) 50% 0 no-repeat; } nav ul li a:HOVER { background: url(img/vintage-icon.png) 50% 0 no-repeat; } nav ul li a:ACTIVE { background: url(img/vintage-icon.png) 50% 0 no-repeat; }