2013-03-22 24 views

回答

1

图像隐藏您的菜单,因为它被首先调用,z-index您可以改变这一点。将此添加到您的css中:

#menu-menu { 
overflow: hidden; 
margin-top: -76px; 
position: relative; 
z-index: 100; 
} 
+0

非常感谢你 – user2197436 2013-03-22 00:57:23

+0

@ user2197436没问题,很高兴帮助 – Omega 2013-03-22 01:01:01