superfish horizontal nav bar not getting displayed in the page

懵懂的女人 提交于 2019-12-25 18:17:48

问题


I coded horizontal nav with superfish. It working fine when not added to my page. When added to my page its not getting displayed. my page here is the fiddle for navigation demo nav


回答1:


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



来源:https://stackoverflow.com/questions/5615502/superfish-horizontal-nav-bar-not-getting-displayed-in-the-page

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!