
March 13th, 2013, 10:44 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 8
Time spent in forums: 3 h 6 m 2 sec
Reputation Power: 0
|
|
|
Absolute positioned text moves when overflow is set to scroll
Inside a div, I need to have some text over some other items, so I gave it position: absolute.
However, inside that same div, I set the overflow to hidden because I'm making the div similar to the windows of a phone.
Anyways, when scrolling, the absolute positioned scrolls with the div, so it's like I gave it a fixed position.
Is there any way to fix this?
I'd add some pictures but newer members can't 
|