Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

182
Views
How do I Make a Div disappear on 80% scroll

Please I would like to make a div disappear if it has been scrolled vertically up to 80% of it's total height. I tried using this javascript code but it didn't work.

<script>
        window.onscroll = function() {myFunction()};
        function myFunction() {
            var scrollpercent = (document.body.scrollTop + document.documentElement.scrollTop) 
 / (document.documentElement.scrollHeight - document.documentElement.clientHeight);
            if ( scrollpercent>0.8{
                document.getElementById("mega").style.display= "none";
            }
            else{
                document.getElementById("mega").style.display= "block";
                
            }
        }
    
 </script>

Please help me know what I am doing wrong.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!