Set text of Div
Set text of Div
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- digilee0
Actually I sorted it late last night!
The process is:
create a div : position relative
then inside this create a span : position absolute.This then allows the div to float around when the browser is resized and the span can still be targeted.
So I spend 4 days trying to work it out then I actually give in and post the question here only to actually work it out myself in the end.
Why does that always happen!