Hi,
I'm facing a problem using IE8 to drag a div with images inside them.
Let's explain:
I have this div:
- <div id='myDivForDrag'>
- <img src='http://url' />
- <img src='http://url' />
- <div>
- <img src='http://url' />
- </div
- </div>
And I'm trying drag div myDivForDrag.
This div is bigger than screen, my application work like google maps.
It's working fine in chrome, safari, firefox, but in IE8 when I click over div and the mouse is not over an image it works fine.
But if I click over the div and the mouse is over a image, when I start drag, the drag stop and freeze the drag.
Anyone know how can I fix it?
Thanks