Has anyone been able to make a form persistent when scrolling on a landing page(ie scroll up or down and the form moves with you)? If possible I assume you would need a guided LP template.
Thanks,
Jason
Solved! Go to Solution.
CSS {position: fixed;} should be helpful if you want it to remain in a constant position.
CSS Layout - The position Property
There is also a way, have to find it, where you can have the form under a particular 'block', and then have it remain at the top after that block scrolls off screen.
Do you potentially have a wireframe of what you're trying to accomplish?
Hi Jason Hamilton,
Can you clarify?
Is your question in reference to positioning, or to persisting the data within the form?
Sorry, the positioning
CSS {position: fixed;} should be helpful if you want it to remain in a constant position.
CSS Layout - The position Property
There is also a way, have to find it, where you can have the form under a particular 'block', and then have it remain at the top after that block scrolls off screen.
Do you potentially have a wireframe of what you're trying to accomplish?
Sounded like position:fixed to me, too, though I wasn't sure if Jason meant the effect where an element scrolls at first, but then freezes to the top as you scroll below the fold.
Thanks for the help guys!