开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜