I’m building a site with a home page that has a DIV positioned (fixed) at the top. When the navigation links at the bottom are clicked, a slide activates which jquery to slide up from the bottom. (excuse the messy content for now). What I’d like to happen is whenever a slide is activated and comes up, the top header DIV disappears. (and then re-appears when the slide goes down). Is this possible?
There’s a lot of code so I’ll just link directly here
Thanks in advance!!
In your below jquery function, add $(“#mast_head”).hide()