Free Beautiful Css templates, Web designer tricks from expert
$('#elm').hover( function(){ $(this).addClass('hover') }, function(){ $(this).removeClass('hover') } )
This will work in any browser on any element, to support styling changes on hover.
No comments:
Post a Comment