I'm working on an uploader which uses plupload core api. I designed uploader with css. Now i want to do this: When user drag a file into the dropzone, dropzone will be blurred. (I can do this with foggy). Beside that, when background is blurred, and image will be visible on the page. ( Like Google Drive Web Site ).
I did this with jquery dragover event. I created an image and set its visibility hidden. When dragover event fired i change to "visible". But when i do this, (image shows and pointer on it) jquery's ondragleave method fired and image is gone. Then dragover fired image is shown, then gone, then... again and again :)
I can't found anything about that problem. Here is the screenshot.
And this is how google drive web page seems :