Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Unable to Override Text Link Decoration Re: Unable to Override Text Link Decoration

#62659
AlCapone
Participant

I dont think its the text-decoration that is causing it. You have a border-bottom on both the big image and the things under when they are hoverd on.

Here is your code on screen.css line 16

a:hover, a:active { border-bottom: 1px solid #990000; }

that is what is causing the red line to appear, if you remove it, it will not happen.