View Full Version : Unable to Override Text Link Decoration
Gulfcoast
08-23-2009, 05: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, 03:45 AM
a:hover
{
text-decoration:none;
}
have you already this that..
good luck:)
Gulfcoast
08-24-2009, 12:08 PM
I have Dave and it still doesn't override the "screen" style sheet.
auntnini
08-24-2009, 08: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 ...
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.