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

#127764
apart
Participant

CrocoDillon thanks :)

When i was changing div names it left out visited so thats why it was like this:

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

it is now

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