开发者

superfish horizontal nav bar not getting displayed in the page

开发者 https://www.devze.com 2023-02-23 04:51 出处:网络
I coded horizontal nav with superfish. It working fine when not added to my p开发者_StackOverflow社区age. When added to my page its not getting displayed. my page here is the fiddle for navigation

I coded horizontal nav with superfish. It working fine when not added to my p开发者_StackOverflow社区age. When added to my page its not getting displayed. my page here is the fiddle for navigation demo nav


You need to remove position: relative from #wrapper.

Alternatively, you can add z-index: 1 to #chromemenu.

You should read this to understand z-index:

https://developer.mozilla.org/en/understanding_css_z-index

0

精彩评论

暂无评论...
验证码 换一张
取 消