Side navigation
#8501 closed bug (invalid)
Opened March 11, 2011 08:19AM UTC
Closed March 11, 2011 01:19PM UTC
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
Attachments (0)
Change History (1)
Changed March 11, 2011 01:19PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.