I have my HTML Nav Bar here. It is currently colored with a white background and is fixed to the top of the page when I scroll. However, I want it to be initially transparent / stay transparent ONLY when it is at the top of the page, then it becomes white background as it scrolls down. How should I achieve this in JQuery?
<header id="header" class="alt">
<h1><a href="index.html">Company Namez</a></h1>
<a href="#one">Features</a>
<a href="#two">About us</a>
<a href="#three">Team</a>
<a href="#four">Contact Us</a>
</header>