Bug Tracker

Modify

Ticket #8501 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by ajpiano

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.