Hello,

i try to implement two list boxes with items drag'n'drop between
eachother. This works very well. But if i add overflow to both boxes i
get a strange error. You can drag an element but it is not visible
outside of the box and the overflow gains the box area. I can still
point the mouse over the other box and drop the element. But i do not
see the dragged element outside of his box.

Here is the css code:

   ul {
       height:100px;
       width: 180px;
       overflow:auto;
   }

I need to define a height because there are more than 100 elements for
each box.

Thanks for your help.

sastan


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to