Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:44
vlink and the newer releases
Poster: Ruth
Dated: Thursday February 5 2004 - 19:29:20 GMT
Ok, I'm gonna feel real dumb here when I get the answer but... I'm not real knowledgeable on style sheets and stuff. I use the style in my head section because I'm using the on/off class in my menu. In there I have
Code:
a:link{color:#96bdc4;}
a:visited{color:#b9b8d1;}
for the links on my page..text links, but I don't want that in the menu and it never used to affect the menu, but now it does. For the life of me I can't figure out how to get it to only work on the text links on the page. Do I have to go and declare like a P.class and then go back to my pages and make sure every text link has a paragraph code before it? Is there some way that I can just fix it so that it doesn't affect the menu and only the text links on the pages.
a:visited{color:#b9b8d1;}
Ruth