I need to create a class called move, and when applied it moves the text down 20 pixels only when the mouse hovers over it, how do i do this?
Thanks.move:hover {margin-top:20px;}
only works in IE if "move" is a link
There's a fix over at here:
<!-- m --><a class="postlink" href="http://www.vladdy.net/Demos/IEPseudoClassesFix.html">http://www.vladdy.net/Demos/IEPseudoClassesFix.html</a><!-- m -->
Thanks.move:hover {margin-top:20px;}
only works in IE if "move" is a link
There's a fix over at here:
<!-- m --><a class="postlink" href="http://www.vladdy.net/Demos/IEPseudoClassesFix.html">http://www.vladdy.net/Demos/IEPseudoClassesFix.html</a><!-- m -->