Click to See Complete Forum and Search --> : Chrome CSS not working for A:Link


FirstCap
04-02-2009, 02:21 PM
I made a class like:

.link a:link { color:red; }

and put <span class="link"> in my site to catch links in a snippet of code that is generated dynamically.

IE and Firefox seem to handle this fine, but Chrome does not. I've been trusting Chrome to be 'right', but is that not the case? Is this a chrome bug, or am I incorrectly using the bit of css, and Chrome is just the only one catching it?

Thanks in advance.

aj_nsc
04-02-2009, 02:47 PM
Maybe it's just me, but what is the actual problem here? You say that Chrome is not handling this like IE and Firefox but...handling what? Post the actual relevant HTML code. How does Chrome handle whatever your code is differently than IE/Firefox?

FirstCap
04-02-2009, 03:07 PM
Man, am I an idiot. Please disregard my previous.

6StringGeek
04-02-2009, 03:07 PM
Did you verify the order they are in your css?

A:link
A:visited
A:hover
A:active