A:hover {color=red}
<A href="www.springsys.com"> Visite My Site</A>
But how could I put the pseudo definition inside the style attribute of the
tag <A>
I just want to achieve like this:
<A href="www.springsys.com" style="hover_color:red"> Visite My Site</A>
Can I achieve this target? This is important to me while dynamic generate
html content, other wise I have to define the css style before the tag.
"info" <in...@springsys.com> wrote...