PDA

View Full Version : CSS query



The Red Guy
June 6th, 2002, 04:39
I want to know whether I can make a hover link inside a external css file such as :

a.smalllink { color: #006699; text-decoration: underline; color= #386EB8; }

into a hover link:

A {text-decoration: underline; color="#386EB8" ;}

A:hover {text-decoration: underline; color="#E72121" ; font-weight: none;}


Thanks.

biggulp
June 6th, 2002, 05:02
smalllink:hover