jQuery:幻灯片显示隐藏子菜单 [英] jQuery: Slide show hiding sub menu

查看:51
本文介绍了jQuery:幻灯片显示隐藏子菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,

我的Jquery幻灯片放映将我的子菜单隐藏在webfrom中.将鼠标悬停在菜单项上时,它将在下面但在菜单JQuery幻灯片下面显示所有子项目.

因此,幻灯片放映将我的所有子项都隐藏在菜单中.

这是我的滑动图像代码:

Dear All,

My Jquery slide show is hiding my submenu in webfrom. On mouse over of menu item it will display all subitems below but below to the menu JQuery slide show is there.

So that slide show is hiding all my subitems in the Menu.

This is my code for sliding images:

jQuery(document).ready(function() {if (jQuery('#SlideImages').length > 0) {


jQuery('#SlideImages').cycle({ fx: 'fade', speed: 500, timeout: 3000, randomizeEffects: true, easing: 'easeOutBack', next: '.NextSlide', prev: '.PrevSlide', pager: '#SlideStyleNav', cleartypeNoBg: true });

}


谁能解决这个问题?


Can anybody how to resolve this?

推荐答案



有一个css属性z-index,遍历它并应用于整个幻灯片图像,"div"元素样式和菜单元素"div".


例如(在CSS中):
Hi,

There is a css property z-index, go through it and apply to your slideshow images whole, ''div'' element style and menu element ''div''.


For example(In css):
 #gallery
 {
    z-index:-1;
 }
#menu
 {
    z-index:1;
 }



因此,您将决定哪个内容层必须位于正面和背面.....



So, you are going to decide ,which content layer have to be in front and back.....


这篇关于jQuery:幻灯片显示隐藏子菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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