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).
$("tr:not([href])").attr('style','background: black;');
Anyone?
Topic Participants
evolutionxbox
jwiradin