I want to produce the following result with a single element:
<style type="text/css">
div { background-color: #000; color: #fff; }
span { border-bottom: 1px solid #f00; }
</style>
<div><span>White text, red underline, black background</span></div>
jFiddle: http://jsfiddle.net/ARbmG/
Is this possible?