javascript - Handling Scroll bars with jQuery event Drag and Drop -


i have room div toy divs arranged on it, see alt text http://i27.tinypic.com/2rwt4t5.jpg

toys absolutly positioned , drag-able in walls of room . room container div has fixed height , height, room has horizontal vertical scrolls. use jquery event drag plug-in setting dnd. managed set toys drag in lomits of wall, when there scrolls, component moving little ouside wall (only actual width of wall).

i want show portion of toy shown below alt text http://i30.tinypic.com/jac19i.jpg

i tried setting z-index, has no effect, 1 has better idea?

withouth seeing actual code, guess overflow:hidden solve this?


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -