-1
People in one application would like to basically drag a div that is inside the dialog box and put it in another one. When trying to do with my code the div tends to disappear when I start to arastar out. Follow link to check. see the code
-1
People in one application would like to basically drag a div that is inside the dialog box and put it in another one. When trying to do with my code the div tends to disappear when I start to arastar out. Follow link to check. see the code
0
I discovered the problem. When testing in other modal window div, just put the overflow = false in the modal div css property. It has nothing to do with z-index. Thank you for all your help in solving the problem.
Browser other questions tagged jquery html5 css3 jquery-ui
You are not signed in. Login or sign up in order to post.
The problem there, which at least I understood in the documentation is that this dialog creates a div of its own with its own z-index and does not allow dragging anything out of this space that he creates, so that in the examples there in the documentation the content of these dialogs are only text, ie static elements.
– LeAndrade
In case you want to take div "Select Images" and put in blue div?
– Victor Eyer
No. I want to remove the div with the class="Tabimg" from the dialog created.
– Wendel Rosa