The :-moz-drag-over pseudoclass (in Firefox) is used for styling an element that is a drop target (for drag and drop events) and that is currently being hovered by a dragged item. Does WebKit have an equivalent?
The :-moz-drag-over pseudoclass (in Firefox) is used for styling an element that is a
Share
I haven’t found the equivelant (YET) but you can use javascript dragging properties to get some control of a drag-over action.
This shows how to do it using JavaScript. However, this article presents a cross-browser solution (also, JS) that faces the issue and acts as a common denominator.