On my CSS I have:
li.sort:hover {color: #F00;}
All my LI elements under the 'sort' class function properly when the DOM is ready.
If I create a new LI element (using mootools el.addClass(classname)
) I can set the base class, but can't figure out how to add a "hover" class to it.
Any ideas?
d.