Hi,

I'm trying to something like in the subject, but does not work, any
idea:

<td width="25%">
        <div class="ui-widget-header" id="droppable">
                <div class="ui-widget-header" id="draggable">
                        <img  src="/pic3.jpg" />
                </div>
        </div>
</td>
<td width="25%">
        <div class="ui-widget-header" id="droppable">
                <div class="ui-widget-header" id="draggable">
                        <img  src="/pic2.jpg" />
                </div>
        </div>
</td>
<td width="25%">
        <div class="ui-widget-header" id="droppable">
                <div class="ui-widget-header" id="draggable">
                        <img  src="/pic1.jpg" />
                </div>
        </div>
</td>

Thanks

Reply via email to