OK, ive VERY new to CSS at the moment but sitedesigner didn't state how to change the color of the text on mouseover. Maybe try this:
Code:
<style>
a, a:link, a:visited {
text-decoration: none;
background-color: #CCCCCC;
}
a:hover {
color: white;
text-decoration: none;
background-color: #CCCCCC;
}
</style>
Someone correct me if i'm wrong please, thanks.
JustMadMike
