Hi everyone, Can anyone tell me why this link is not changing colour when mouse is plased over it?: <a href="http://www.somesite.com/" class="style11" style="text-decoration: none; color:#3399FF" onmouseover=""="this.style.color='#FF0000'">Read More</a> Thanks in advance
Why are you using onMouseOver??? Specify in your css a.style11:hover {color:#ff0000} should do the trick.