Opened 12 years ago
Closed 12 years ago
#8501 closed bug (invalid)
css3 selector "not(:hover)" not work in ie6
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
setInterval(AutoScroll, 4000); function AutoScroll() { $('#sc06_center_list_c>ul:not(:hover)').animate({ marginTop: "-=42px" }, { duration: "slow", complete: function() { $(this).css({ marginTop: "0px" }).find("li:lt(4)").appendTo(this); } }); }
in ie6, it throws "Syntax error, unrecognized expression: hover" execption
in ie9/opera,it works fine
Note: See
TracTickets for help on using
tickets.
Thank you for your time and interest in helping the jQuery project, but at the present time jQuery has no documented support for the :hover psuedoselector.