Forum Moderators: not2easy

Message Too Old, No Replies

Reg: position absolute

problem with position absolute element in a frame

         

shrvn

6:46 am on Aug 27, 2009 (gmt 0)

10+ Year Member



Iam trying to position a label absolutely to a div which is positioned relatively. These elements are in a frame. My problem is that when scroll bar is moved the absolutely positioned element also moves. How can I make it stationary.
I also don't have any other option than to use position absolute. Please help....

swa66

10:48 am on Aug 27, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try position:fixed instead of position:absolute.