Drag and drop between frames - chrome
Posted
by Gaurav Saxena
on Stack Overflow
See other posts from Stack Overflow
or by Gaurav Saxena
Published on 2010-04-08T03:24:04Z
Indexed on
2010/04/09
10:53 UTC
Read the original article
Hit count: 489
I have a website http://fewbs.com. I have a shortcuts (bookmarks) section onto the left. Here I provide menus and submenus and drag and drop of shortcuts and menus. Though I have been able to do it in IE and FF but its not working for opera and chrome.
In IE it works by default, in FF by using -moz-user-focus: ignore; -moz-user-select: none;
.
Can anyone suggest how may I be able to achieve the same in opera and chrome?
© Stack Overflow or respective owner