Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] not sure if this is a Jquery or css problem Re: [Solved] not sure if this is a Jquery or css problem

#69172
AshtonSanders
Participant

The problem is probably a CSS problem, the fix is created by using the z-index property:

Add "z-index:100" to "ul.topnav li ul.subnav" (on line 135 of your CSS file)

That tells your sub menu to be above your other HTML elements (since they have a lower z-index (0)).