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