VWD 2008 Express.
I have the following CSS in my DefaultStyleSheet.css file. I want this to only apply to text hyperlinks (like links to web sites or email addresses) but NOT to my asp:menu items. I am finding that although I have defined my asp:menu items in the menu properties, the colors in the text in the menu tabs get overridden by the CSS below. How can I make this not happen? Thanks for any help.
a:link
{color:#6F928B; text-decoration: none}
a:visited
{color: #660066;}
a:hover
View Complete Post