jquery sortable problem with ie

Posted by corroded on Stack Overflow See other posts from Stack Overflow or by corroded
Published on 2011-03-09T08:09:01Z Indexed on 2011/03/09 8:10 UTC
Read the original article Hit count: 272

i am using jquery to sort my lists and i have run into a dead end. First, I checked the jquery site if theirs work on ie7, thats great, it does. next, i checked mine without the styles(so there possibly wont be anything that's intercepting or affecting jquery stuff). but i still get this weird error in ie7

when you sort items in the inner list(i have nested lists) they overlap each other, destroying the layout. if you sort the contianer lists, they work fine! here's a jsfiddle of what i mean:

http://jsfiddle.net/GDUpa/

note that if you drag demonstration one or two spots(in ie), it will overlap with the other links. BUT if you drag POC (it will select the whole thing including the links under it), it works fine!

is something wrong with my markup?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui