css position question
css position question
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- Stugoo0
or you can set the parent div of the absolute one to
position:relative;
to make it attach to that.
or you can set the parent div of the absolute one to
position:relative;
to make it attach to that.