View Single Post
Old 07-30-2005, 10:01 PM   #4 (permalink)
JustMadMike
Junior Member
 
Join Date: Jul 2005
Posts: 9
Default

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
JustMadMike is offline   Reply With Quote
Sponsored Links