menu a:active not working

Permalink
I am using a vertical Stu Nicholls menu. Works fine.

Only one thing I can´t get to work: menu a:link.

Here is the URL:http://www.virtualintegral.co.cc/semaica/... active page is supposed to change curent link color and image.

I attach the code. NOT WORKING CODE is on line 20. (Please change .txt extension to .css)

Please advice. Thanks

Dinamicore
 
Dinamicore replied on at Permalink Reply 1 Attachment
Dinamicore
Attachment
mose replied on at Permalink Reply
mose
images/azul1.png does not exist.
Dinamicore replied on at Permalink Reply
Dinamicore
Image exists in this path;http://www.virtualintegral.co.cc/semaica/concrete/blocks/autonav/te...

Even without the image, color is supposed to change, and does not...
mose replied on at Permalink Reply
mose
The image and text change color in Firefox 3.6 and Internet Explorer 7 when I test them on my computer. The background is a lighter blue, and the text color changes to orange. It looks like everything is working from here.
Dinamicore replied on at Permalink Reply
Dinamicore
Works fine on hover. But this code is not working:

.menu a, .menu a:active {display:block;font-size:12px;text-decoration:none; color:#ffa500; width:155px;
height:28px; padding-left:5px; line-height:28px; font-weight:bold;padding-top:1px;background:#00006e url(images/azul1.png) repeat-x;}

Where on active page the corresponding menu is supposed to turn letters orange and a darker blue background image; not worling at all.

Thanks