Hasselt, Brussels or Ghent

document.addEventListener("DOMContentLoaded", function () { const section = document.querySelector(".transparent-on-top"); if (section) { window.addEventListener("scroll", function () { if (window.scrollY > 50) { // Adjust the value for when the background should change section.classList.add("scrolled"); } else { section.classList.remove("scrolled"); } }); } });
document.addEventListener("DOMContentLoaded", function () { const firstDiv = document.querySelector(".et_pb_with_border.et_pb_row.et_pb_row_2_tb_header.et_pb_row--with-menu"); const secondDiv = document.querySelector(".et_pb_with_border.et_pb_row.et_pb_row_3_tb_header.et_pb_row--with-menu"); const observer = new IntersectionObserver( ([entry]) => { if (!entry.isIntersecting) { secondDiv.classList.add("sticky"); } else { secondDiv.classList.remove("sticky"); } }, { threshold: 0 } ); if (firstDiv) { observer.observe(firstDiv); } });

Hasselt, Brussels or Ghent

document.addEventListener("DOMContentLoaded", function () { const firstDiv = document.querySelector(".et_pb_with_border.et_pb_row.et_pb_row_2_tb_header.et_pb_row--with-menu"); const secondDiv = document.querySelector(".et_pb_with_border.et_pb_row.et_pb_row_3_tb_header.et_pb_row--with-menu"); const observer = new IntersectionObserver( ([entry]) => { if (!entry.isIntersecting) { secondDiv.classList.add("sticky"); } else { secondDiv.classList.remove("sticky"); } }, { threshold: 0 } ); if (firstDiv) { observer.observe(firstDiv); } });

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.