> On Jun 4, 2019, at 4:23, Tom Livingston wrote:
>
> Hello list,
>
> Thoughts?
You want `position: fixed` ?
Philippe
--
Philippe Wittenbergh
https://l-c-n.com/
__
css-discuss [css-d@css-discuss.org]
http://www.css-dis
Hello list,
Given:
.element{
position: sticky;
top: 50px;
bottom: 50px';
}
Nav and h1
I'm sticky!
Lots and lots of other stuff
I am intending to use position:sticky and am wondering what the best
way to position this element BEFORE it 'goes stuck' is. As I
understand it, the element