I have a draggable div element with a hover style. This works fine, but the div contains some form elements (label, input). The problem is that when the mouse is over these
At least 2 ways of doing it:
*
.class *:hover
.class:hover *
There are probably others