Hi,
We have a home page - currently using a background image on the <section id=slider> declared inline on the element and it's 600px high. The <header> containing the logo and the <nav> has a transparent background - which is as we need it. We have the slider-parallax class active on the <section id=slider>
What we'd like to do is keep the <header> transparent until the point where it starts to come off the <section id=slider> background image.
We've tried adding a background color to the id="header-wrap" and it kind of does what we want - it's transparent on load and then changes to a colored background. Only this happens as soon as you scroll - the background switched on. Is there a way to make this happen later in the scroll?
Thanks.
