Possible Duplicate:
How to write a:hover in inline CSS?
Can someone show me an example or correct syntax on how to apply pseudo style propeties directly to class or style property of anchor like this :
<a href="#" class="a:link{} a:visited{}..."> Link</a>
Thanks.
Not sure I’m understanding your question, but if your CSS has something like:
Then you wouldn’t need any class declarations in your markup for
<a />.Likewise, if you had classes like this:
You would just do: