View Single Post
  #3 (permalink)  
Old Aug 16th, 2006, 17:16
bruno89 bruno89 is offline
Highly Reputable Member
Join Date: Jul 2005
Location: Northampton, England
Age: 19
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Button animation help!!

iv used something like this befor but it was to blure thelinks not change the color try this code anyware on your site and it will work for all you links
Code: Select all
 
<style type="text/css">
a:hover
{color:#COLORHERE}
</style>
just change the colour
Reply With Quote