Questions tagged [sticky-windows]
5 questions
6
votes
1 answer
Best way to add items to another application's modal window?
What's the best way to add items to another application's modal window?
The simple example I've written for this (as a proof of concept) uses a method that I suspect is much, much too processor intensive for a trivial background process but I am…

b-p
- 307
- 3
- 10
2
votes
2 answers
Make Sticky header of web page in Safari on iPad
I want to make a sticky header like this url: http://www.cssplay.co.uk/layouts/fixit.html has done!
But put this url on Safari of iPad, it also fails to fix the header.
Does anyone knows how to do sticky header on iPad Safari?
Thanks in advance!

Scott Chu
- 972
- 14
- 26
1
vote
1 answer
stop sticky div when reaches new div
I have a sticky box that stick once we scroll past a div, now I wish to stop this box being sticky once it reaches a new div.
box
content that box…

Beep
- 2,737
- 7
- 36
- 85
1
vote
3 answers
MFC: 'Gluing' two windows/dialogs together
I'm trying to set something up so my main dialog has one or more child dialogs, and these are glued/docked to the outside of the main dialog - when the main dialog is minimised, the children are too, when main dialog moves, children move with…

Mr. Boy
- 60,845
- 93
- 320
- 589
0
votes
2 answers
I need help figuring out how to toggle an element once vertical height of window is scrolled
I'm trying to toggle a div from relative to fixed when I scroll down 200px using javascript. When I reach 200px from the top of the window, my div should toggle to fixed. And when I'm above that 200px from the top it should go back to relative. Does…

BeDesinged
- 55
- 1
- 3
- 8