I have a sticky header, and was wondering (like the off-canvas toggle) if you can have an ‘invisible’ menu that when a toggle is clicked, slides down to show another full-width bar?
[ Sticky bar --------------------------------------- Hamburger ]
[ Bar that shows underneath on hamburger click ]
I don’t know if that makes sense. Thanks in advance!
I know I can do it via jQuery just querying the dom for an element and creating an onClick event, but I figured there’d be a more elegant way to implement it. Thanks again!
