View Full Version : Unable to Override Text Link Decoration
Gulfcoast
08-23-2009, 06:47 PM
I have been so stumped on this one. I cannot figure out how to lose the image link text: decorations specifically on hover. Since I am pulling from two external style sheets on this page is this something that should be done inline and if so how? Thank you. The page link is provided below.
http://www.charlottes-saddlery.com/finaltest2.htm
davelf
08-24-2009, 04:45 AM
a:hover
{
text-decoration:none;
}
have you already this that..
good luck:)
Gulfcoast
08-24-2009, 01:08 PM
I have Dave and it still doesn't override the "screen" style sheet.
auntnini
08-24-2009, 09:21 PM
Those pesky typos will get you everytime. The pseudo-class a:link need colon : not dot/period.
<STYLE type="text/css">
img a.hover { text-decoration: none; }
img { border: 0px; }
</STYLE>
Otherwise, CSS as in "cascading" ... the style sheet further down in the lising supersedes ones listed above it ...
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.