inline - Define element-level CSS that applies to pseudo-selector -


possible duplicate:
css pseudo-classes inline styles

is this...

<span style="this:hover{color:blue}">turns blue on hover</span> 

...possible?

no, it's not. use class or id , separate stylesheet :)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -