Open turadg opened 11 years ago
It works nicely when I scroll, setting position:fixed and hardcoding the width and height. However if I scroll to unstick and then resize the window, the inferred width and height change but those hardcoded values don't.
position:fixed
width
height
It works nicely when I scroll, setting
position:fixed
and hardcoding thewidth
andheight
. However if I scroll to unstick and then resize the window, the inferred width and height change but those hardcoded values don't.