#drop-target { width: 50px; height: 50px; border: 4px dotted black; } #drop-target { background-color: red; } #drop-target:-moz-drag-over { background-color: yellow; } Iframe for Bug 591249