I have a sortable list with and image under it as the pages backgrund.

the problem is that when I hold the mouse down the selectable helper
doesn't shows up and instead the mouse starts to drag the image, I
tried to use onmousedown="return false" but it just stops dragging the
image.

here's my code:

<img src="background.jpg" width="100%" height="100%"
class="background"/>
<div class="selectable">
  <div id="item1">Item 1</div>
  <div id="item2">Item 2</div>
  <div id="item3">Item 3</div>
</div>

any help appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to