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)!


On Feb 23, 12:42 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> a:link in CSS is basically the same as a[href], try:
>
> $('#nav a[href]')
>
> --Klaus

Reply via email to