开发者

How to Display the Javascript Navigation menu On the top of the Flash in all Major Browsers

开发者 https://www.devze.com 2023-01-20 02:21 出处:网络
My site has a jQuery drop-down navigation menu and that is displayed beneath t开发者_StackOverflowhe Flash. How can I display the navigation menu above the Flash object? I tried with settingwmode=\"tr

My site has a jQuery drop-down navigation menu and that is displayed beneath t开发者_StackOverflowhe Flash. How can I display the navigation menu above the Flash object? I tried with setting wmode="transparent" but it is not work. Please provide some help to solve this problem


try the CSS z-index property

flash-div
{
 z-index:-1;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消