We put the logo into the fixed browser top and want it so shrink, when you scroll the page and it moves under the fixed menu. We found a homepage, where you can see what we mean: https://www.fc-koeln.de/fc-info/startseite/
Is there an opportunity to get this the same way?
And how do I get it visible in front of the fixed browser top? I ‘ve tried: <p style=”visibility: visible;”> but it doesn’t changed.
Thank you! So I think we will try to write javascript for it or we put in a place into the header.
The solution for the overlay: position:relative;z-index:100; has created a new problem: the fixed browser menu bar doesn’t work anymore – you can no longer control the pages and the submenu isn’t shown either. So I have removed it again. Can I use something else to make it visible?