When I preview the page, the top layer CSS always shows behind the bottom CSS Menu row.

Code: Select all
<style>
#wb_CssMenu1{z-index: 9999 !important;}
</style>
Thank you!crispy68 wrote: Sat Apr 12, 2025 11:44 pm You can some simple CSS like such between the <head> tags via an html object or page html:
Change 'CssMenu1' to match the ID of your first (top) menu.Code: Select all
<style> #wb_CssMenu1{z-index: 9999 !important;} </style>