IE select shine through draggable div
Hello,
i have a problem that through div i made draggable select elements in IE shine through it, is there a way to fix it, since i saw there are no related topic, i guess guys in the development solved it...
this is how i made div draggable...
$('.popdiv').draggable(
{
handle: 'div.popdiv,',
cancel: '.popcontent, .popupClose',
containment: 'window',
cursor: 'move',
scroll: false,
iframeFix: true
});