<html>
<body>
<style type='text/css'>
body {
font: 100% myriad, arial, sans-serif;
font-size: 12px;
color:white;
font-weight:bold;
}
.shadowtext {
text-shadow:-0.1em 0 0.1em #626262, 0.1em 0 0.1em #626262, 0 -0.1em 0.1em #626262, 0 0.1em 0.1em #626262;
}
.shadowtext_text {
text-shadow:0 0 0.3em #000
}
</style>
<DIV class="shadowtext">0 %</DIV>
<DIV class="shadowtext">10 %</DIV>
<DIV class="shadowtext">25 %</DIV>
<DIV class="shadowtext">95 %</DIV>
<DIV class="shadowtext">0123456789</DIV> <br>
<DIV class="shadowtext_text">0 %</DIV>
<DIV class="shadowtext_text">10 %</DIV>
<DIV class="shadowtext_text">25 %</DIV>
<DIV class="shadowtext_text">95 %</DIV>
<DIV class="shadowtext_test">0123456789</DIV>
</body>
</html>
I am trying to get shadowtext_test to mimic the look of the text-shadow of shadowtext, without the over complicated longness. Anyone have any ideas?
Also... I want it to look about the same on all browsers, or atleast IE7, IE8 and older firefox. Anyone know the best way to approach this. I didn't see an easy way to do multiple blurs/shadows/glows on IE using filter.