Allen121
01-30-2005, 10:59 PM
I'm a little new to CSS so I apologise if this is an easy answer. I want all hyperlinks to change the background color when the cursor hovers over it. But I don't want image links to change though. What code prevents this? Thanks!
a:hover {
color:2E415A;
font-size:10pt;
font-family:arial;
font-style:normal;
text-decoration:none;
background-color:DDEEFF;
}
a:hover {
color:2E415A;
font-size:10pt;
font-family:arial;
font-style:normal;
text-decoration:none;
background-color:DDEEFF;
}