Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.