Not Selector & IE

Not Selector & IE

Why doesn't the :not() selector work in IE 6 or 7.
Especially for html tags which don't normally use the css :hover selector (e.g. table rows).

  1. $("tr:not([href])").attr('style','background: black;');
Anyone?