Displaying 1 result from an estimated 1 matches for "sd_instruct".
2006 Dec 12
1
Drag and Drop in IE7 vs FF
...<tr>
<td valign="top">Special Delivery Instructions</td>
<td><div>
<ul id="list" style="list-style-position:
outside;list-style-image: url(/images/drag.gif);">
<% for i in @sd_instructions %>
<li id=<%= i.id.to_s %>><%= i.name %>
<%= draggable_element i.id.to_s, :revert =>
true %></li>
<% end %>
</ul></div>
</td>
<td>3rd...