having links with different colors hovers/styles. -
08-25-2006
, 03:12 PM
i want my links to hover in different colors in different links lik
this http://scripts.cbimg7.com/01/339a.jpg
heres the code but it doesnt work...and its for myspace so no java
<style type="text/css">
..class1 a:hover{
font-family: NAMEHERE;
font-size: ##px;
color: HEXCODEHERE;
background-color: HEXCODEHERE;
text-decoration: none;
text-transform: none;
}