Hello...
I 'am  trying to figure how to work with sortables objects in TR
containers... it works well in IE, but i'am having some troubles in
firefox. Is there any problems between Firefox and Sortables?

Here's the html code:

<table border=1>
        <tr id="line">
                <td id="0">Name</td>
                <td  style='cursor: move;' id="1">Campo 1</td>
                <td  style='cursor: move;' id="2">Campo 2</td>
                <td style='cursor: move;' id="3">Campo 3</td>
                <td style='cursor: move;' id="4">Campo 4</td>
        </tr>
</table>

<script type="text/javascript">
 // <![CDATA[
        Sortable.create('line',{tag:'td',dropOnEmpty:true,ghosting:true,
constraint:false});
        
 // ]]>
 </script>

Thanks for the help
Victor


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to