

squarexdesign said:thanks mate , but i cant see the code.do you know how u did it?
<style>
.s {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
position: relative;
}
.sS {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
position: absolute;
top: -1px;
left: -1px;
}
</style>
<div class="s">Whatever text<span class="sS"></span>Whatever text</div>



