Home › Forums › CSS › a:href color different in IE and other browsers › Re: a:href color different in IE and other browsers
March 10, 2013 at 7:08 pm
#127687
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 :)