CSS Text Replacement
CSS Text Replacement
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- trooper0
this help?
<div style="position:relative;width:10px;height:10px">
foo
<span style="position:absolute;top:0;left:0;width:10px;height:10px;display:block">
bar
</span>
</div>