While you’re there maybe you could suggest a different best practice for the logo transition. Currently it’s set to hide at scolltoY position 5. and the small logo fades in at position 10.
If you get an ECONNRESET - refreshing the page a couple times will update the SEO database. I’m still working locally so it’s a bit confused. I’m using Brian’s SEO method.
Well you have 2 headers - one with the menu and one with the inputs and both of them have the same z-index. Add a higher z-index to the header containing your menu and the menu items will appear over the one below.
Thank you - I was looking for the inputs to roll up over the main menu header. I tried attaching the z-index just attach to the dropdown list but this doesn’t seem to respond to that setting.
Your suggestion did work, so I am again missing some CSS rule.
Sorry but this sounds a bit weird - you want the inputs to be over the header, but at the same time the header (i.e. its dropdowns) to be over the inputs?
Scenario - use clicks on one of the galleries. Page reloads. User wants to look at the other gallery goes back to menu and then clicks on “Galleries” dropdown but now the items are hidden behind the inputs header.
And I hear your brain - this guy isn’t making sense
First this part is not correct, also setting a z-index to the dropdown only won’t make any difference if its parent is lower z-index.
You can’t have the header with the nav lower z-index than the inputs header and at the same time to have the navbar items higher z-index …
If you need to have the menu items appear over the inputs, then you need your whole top header to have a higher z-index.
For example add an id to it: id="header-top", then in your css add: