is there any way I can get the :not() pseudo-class to work in Internet Explorer 7/8? Is there any javascript that can do the same thing as the CSS3 :not()
:not()
Yes, as regards JavaScript, jQuery and MooTools support the :not pseudo-class selector.
:not
http://mootools.net/docs/core/Utilities/Selectors#Selector:not http://api.jquery.com/not-selector/