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
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
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