我在使用MENU和SLIDER时遇到问题. [英] I have probleem with MENU and SLIDER.

查看:88
本文介绍了我在使用MENU和SLIDER时遇到问题.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个菜单(MenuView)和jQuery Slider,我的菜单位于滑块的顶部,但是当菜单下拉时,滑块与我的菜单项重叠.
我该怎么办?
请帮帮我.

=====菜单======
_____________
| |
| |
|滑块||
| |
-------------

i have one menu (MenuView) and jQuery Slider and my menu is locate in top of slider but when menu is drop down slider overlap my menu items.
what i do?
please help me.

=====menu======
_____________
|             |
|             |
|   Slider    |
|             |
-------------

推荐答案

我找到了lou俩
菜单"z-index"的设置是否应比幻灯片"z-index"的设置更好

i find the sloution
should menu "z-index" set grater than slide show "z-index"

#menu
{
z-index=2;
}

#slideshow
{
z-index=1;
}


这篇关于我在使用MENU和SLIDER时遇到问题.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆