i got sortable lists like:
<ul>
    <li>
         <div>
              <img/>
         </div>
         <div>
              <a></a>
              <a></a>
         </div>
    </li>
    <li>
         <div>
              <img/>
         </div>
         <div>
              <a></a>
              <a></a>
         </div>
    </li>
</ul>

and they works even in IE7. So do u try disable css? Or maybe its
because u edited dragdrop?

On 3 Mar, 19:42, gonesail <[email protected]> wrote:
> don't be so quick to say it is the code. in this case I have edited
> dragdrop.js so that it includes IMG in the form elements to ignore in
> the initDrag: function.  this works fine for me since clicking on a
> link should not initiate a drag.  but in reality I still think it is
> an IE7 bug.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to