I recall seeing this technique used before, but I am struggling to remember where. My goal is to modify the content of a div when the css :hover state is activated.
Below is the CSS code that I am attempting to make work:
.mWin_close:hover div.new-label:after {
content: 'X';
}
HTML Code:
<div id="mClose" class="mWin_close"></div>