Current location - Recipe Complete Network - Complete cookbook of home-style dishes - I made a web page myself, with a navigation bar at the top and a carousel image at the bottom. When the navigation bar menu is expanded, it is always blocked by the carousel image. How can I make the
I made a web page myself, with a navigation bar at the top and a carousel image at the bottom. When the navigation bar menu is expanded, it is always blocked by the carousel image. How can I make the
I made a web page myself, with a navigation bar at the top and a carousel image at the bottom. When the navigation bar menu is expanded, it is always blocked by the carousel image. How can I make the menu appear in the

Check whether there is code in the carousel module that is absolutely positioned; you can add code to the layers of DIV buckets in the carousel: z-index:1;

Then Add a code to the outermost DIV of the navigation: position:relative; add the inner code: position:abselute;z-index:2; try

For example

......< /p>

***

** *

……