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

214
Views
Los enlaces en mi barra de navegación no se resaltan correctamente como activos cuando me desplazo

Tengo un problema al resaltar los enlaces del menú de la barra de navegación como activos cuando me desplazo hacia abajo en la página...

 //JS code: let li = document.querySelectorAll(".navilinks"); let sec = document.querySelectorAll("h1"); function activeMenu() { let len = sec.length; while (--len && window.scrollY + 90 < sec[len].offsetTop) {} li.forEach((ltx) => ltx.classList.remove("activenavi")); li[len].classList.add("activenavi"); } activeMenu(); window.addEventListener("scroll", activeMenu);
 <!--HTML code:--> </div> <div class="navibar" id="navi"> <a href="#home" class="button transparent block hover-blue-grey navilinks linkovi activenavi">Home <span class="fa fa-home linkovi"></span></a> <a href="#about" class="button transparent block hover-pale-red navilinks linkovi">About <span class="fa fa-user linkovi"></span></a> <a href="#work" class="button transparent block hover-teal navilinks linkovi ">My Work <span class="fa fa-book linkovi"></span></a> <a href="#resume" class="button transparent block hover-dark-grey navilinks linkovi ">Resume <span class="fa fa-file linkovi"></span></a> <a href="#hobies" class="button transparent block hover-blue-grey navilinks linkovi ">Hobbies <span class="fa fa-camera linkovi"></span></a> <a href="#contact" class="button transparent block hover-brown navilinks linkovi ">Contact <span class="fa fa-address-card-o linkovi"></span></a> </div> </div>

http://alexohlin.host20.uk/Alex/#home este es el enlace de mi página web... solo funciona para pantallas pequeñas pero desafortunadamente algo no está bien.

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!