I\'ve created the following document:
<
Here's a quick way to move the mouseover element to the front:
selection.on("mouseover", function() { this.parentNode.appendChild(this); });
See also a related thread in the d3-js group.