Hello,
I am having an issue with IE 7 (again) where my sub lists are not
sorting properly.
What I have is a UL with a nested UL in it:
Top Level Item 1
Sub Item 1
Sub Item 2
Top Level Item 2
Sub Item 3
Sub Item 4
simplified code:
<ul>
<li>Top level item 1
<ul>
<li>sub item 1</li>
<li>sub item 2</li>
</ul>
</li>
<li>Top level item 2
<ul>
<li>sub item 3</li>
<li>sub item 4</li>
</ul>
</li>
</ul>
In firefox i can grab "Sub Item 4" and drag it under "Sub Item 2" and
it works fine (i can drag it in IE as well but it goes goofy)
In IE when I drag any of the sub list item everything under that top
level moves with it. here is an example of what my issue is
www.mltgroup.com/intranet/rdsgallery/admin/
if anyone has any suggestions that would be great. (there is a bunch
of test code in there as well that is commented out.
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---