On Feb 23, 1:55 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > That was a good idea, Klaus - but it's having the same effect as plain > "a". As the script's written it inline, it overrides the visited, > hover & active styles. > > Surely there must be a way round this, without adding yet another > stylesheet ... > > Even if jQuery hasn't got it covered, would it be possible to add > another filter, like ":first", only ":link"? > I'll have a go if someone can point me to the instructions ;) > > I'm all ears (or eyes)!
As far as I know there's now way to reimplement the link pseudo classes in JavaScript. I read somewhere that you could check for the color of a link to determine its visited state, but that would require having a different color declared for these links... --Klaus