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.
.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.