we are familiar with
<style>
a.foo {
color:blue;
}
a.foo:hover {
color:green;
}
</style>
Can this be done using inline css style somewhat like
<a href='#' class='foo' style='.....' >hover me </a>
small help in inline css
Moderator: General Moderators
Re: small help in inline css
Your link results me a "No" to my question.
Anyway thanks for the link.
Anyway thanks for the link.
Re: small help in inline css
It does more than that. Sure, it tells you that what you're asking can't be done (which is correct) but is also provides explanations as to why and presents alternatives to achieve the same end result.azycraze wrote:Your link results me a "No" to my question.
Re: small help in inline css
Ofcourse ,I got some alternative by using javascript.But i think i shall wait for some style-on-hover attribute in html8 or something...