Hi all,
I'm using sf 1.0 and tried to do have the draggable element using <?
php echo draggable_element.. ?> within a scrollable DIV.
The draggable_items and scrollbars appears fine but seems like the
draggable items
are on a layer above the table and div and therefore not bounded by
the scrolling div region.
Any idea to make the draggable items bounded by the scrollable div?
html generated code attached below.
Thanks
-Eddie
<div id="videos" style="width: 400px; height: 300px; overflow: auto;">
<table border="0" cellpadding=2>
<tr>
<td valign="top">
<table border="0" width="100"
id="4AFD3D3647CA91B98AED34C1D7F013A2" class="videos">
<tr>
<td valign="top">
<img src=/thumbs/default.jpg width="100" height="74"
align="absmiddle"><br><strong>Title:</strong> Video of another file
that is <br><strong>Dur:</strong> <script type="text/
javascript">
//<![CDATA[
new Draggable('4AFD3D3647CA91B98AED34C1D7F013A2', {revert:1,
scroll:videos})
//]]>
</script> </td>
</tr>
</table>
</td>
<td valign="top">
<table border="0" width="100"
id="0949CC7B07D02F14D2834FB6D89572F0" class="videos">
<tr>
<td valign="top">
<img src=/thumbs/default.jpg width="100" height="74"
align="absmiddle"><br><strong>Title:</strong> <br><strong>Dur:</
strong> <script type="text/javascript">
//<![CDATA[
new Draggable('0949CC7B07D02F14D2834FB6D89572F0', {revert:1,
scroll:videos})
//]]>
</script> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---