Hi Raninda,
Try this,
[HTML]<h4 class="container"> A headline with a drop shadow<span class="text">A headline with a drop shadow</span> </h4>[/HTML]
Style:
- <style type="text/css">
-
.container { position: relative; left: 1px; top: 1px; color: #666; }
-
.text { position: absolute; left: -1px; top: -1px; color: #000;}
-
</style>
Shadow
HTH,
Rawan.