I\'m looking to create a Zune/Microsoft-style oversized title in CSS so that a div has a semi-transparent text behind it.
You overlap on div with another DEMO http://jsfiddle.net/FkE2V/
#container { width: 100px; height: 100px; position: relative; } #text, #other { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #other { z-index: 10; color:#f00; }