Dan, when you create sitewide hyperlink styles, will those work on links in a CSS menu? In my site, I wouldn’t want HTML box links to look the same as in my menus.
And to clarify, these sitewide styles somehow know where links are and automatically style the text carrying the link, right?
Right. The a:link, a:visited, a:hover, and a:active are browser defaults with ‘a’ being identified to the browsers as a link and then the link, visited, hover, or active is the state of the link. So if you hovered over a link then it would carry the style of a:hover. Hopefully that makes sense.
This styling should carry over to the CSS Menu, but you’d have to check with it. It’s not unbearable to style the CSS Menu if it doesn’t carry over, but I think it will.