I have developed a dragable div with an image inside using jquery. The script is working perfectly in Firefox, chrome but not it IE6. could you please help me to fix this issue
check the web page here : my web page
Thank you very much for your consideration.
I would probably not write the code myself. jQuery UI provides a
$(...).draggable()method that should work, and is cross-browser tested. You can even custom build a jQuery UI download that will only include the components you want.http://jqueryui.com/demos/draggable/
http://jqueryui.com/download