我有我的網頁上幾個部分:如何在滾動到多個部分時切換類?
<header>
<a href="#" class="logo"><img src="img/logo.png"></a>
...other links go here
</header>
<section class="video">
</section>
<section class="our-products">
</section>
<section class="portfolio">
</section>
<section class="references">
</section>
<section class="our-team">
</section>
<section class="about-us">
</section>
<footer></footer>
由於頭被固定在頂部,它的背景是透明的,而標題鏈接和標誌是白色的,我需要一種方法來一類.dark添加到標誌和標題鏈接,以便在具有白色背景顏色的部分在其下方滾動時在css中更改它們的顏色。具體而言,當部分。我們的產品,.references,。我們隊和。關於美,滾動類.dark應加標誌和標頭的鏈接,而應當時的部分。視頻被刪除的標題下, 。portfolio和footer在它下面滾動。