Re: CSS events

On Tue, Dec 15, 2015 at 11:04 AM, Nicolas Duclos <dunic777@hotmail.com> wrote:
>
> On some website, you can see a navigation bar that become fixed after you
> scroll down a certain height. With this new CSS option, it could be possible
> only with CSS instead of Javascript (AFFIX, etc.).

Just use "position: sticky" for this usecase.

- Xidorn

Received on Tuesday, 15 December 2015 11:17:38 UTC