Forums

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

Home Forums CSS a:href color different in IE and other browsers Re: a:href color different in IE and other browsers

#127687
CrocoDillon
Participant

That color is overridden by:

.linkovidno li a:link, .footerunutra a:visited{
color:#171717;
}

I don’t know why IE ignores that though.


@Paulie_D
why wouldn’t it be? Hex color can have 3 or 6 digits from 0-9 and a-f :)