简体   繁体   中英

How to hide scroll bar on page load?

I have developed a single page website with 4 sections. Here is what my client wants:

  1. The scrollbar should be hidden on page load
  2. If the user scrolls past the second section, the scrollbar should appear.

My client gave me this website as an example: http://diagnosite.com/

How can I do this?

you can set overflow:hidden; for your body and have a javascript to detect scroll down from viewer mouse or pagedown button from keybiard. then remove overflow attribute from body.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM