
Originally Posted by
jamesdavid
When I change the a:active properties this affects the colour of the link while it is pressed down.
This is however not what im trying to edit. I want the link to change when you are on the page it links to.
On this pagel;
http://www.inksale.com/index.php?mai...index&cPath=21
You are on 'Inkjet Cartridges', to the 'Inkjet Cartridges' link is a light blue colour.
The CSS controlling this is appears to be;
span.navbar-subs-selected
Copying and pasting this into my CSS does not make it work however.
Hey there!
Did you ever find the answer to this as I too would like the link color for the page you are on to be distinctive 
I have the active link coded as follows but it doesn't work 
Code:
a:active {
color: #9977B3
}
Thanks!!!
Janice