You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When viewing on a screen biger than the 800px break point.The dropdown menu goes under a bootstrap carousel. The same happens with a video, the video effect can be seen here: http://jasonweaver.name/lab/flexiblenavigation/
when in chrome and the block above the video content has been deleted, as in attached example.
This happens on a desktop chrome, android and IOS. How do I keep the menu above a carousel? I have tried using z-index, but it does make any difference.
Many thanks.
Regards,
Kev
The text was updated successfully, but these errors were encountered:
Answer: add position: relative; to .flexnav {**position: relative;**z-index: 10;}
Sorry for the basic question before. I had failed to notice I had forgotten to add position: relative; as well to z-index: 10; to .flexnav, so I answer it myself.
Kev
Hi,
When viewing on a screen biger than the 800px break point.The dropdown menu goes under a bootstrap carousel. The same happens with a video, the video effect can be seen here: http://jasonweaver.name/lab/flexiblenavigation/
when in chrome and the block above the video content has been deleted, as in attached example.
This happens on a desktop chrome, android and IOS. How do I keep the menu above a carousel? I have tried using z-index, but it does make any difference.
Many thanks.
Regards,
Kev
The text was updated successfully, but these errors were encountered: