开发者

Issue with IE7 hiding/removing/showing content using jQuery

So I have a bit of script at the bottom of my page //RETAINER CURRENT that is supposed to hide and show content based on what menu item the user selects in the maincontent area. Unfortunately in IE7 all layers are rendered which means the videos in each layer play simultaneous. I tried .detach, .remove, methods and had no luck and when 开发者_开发百科I saved the items to an array and .empty 'd them I still had no success. What noob mistake am I making?

http://jsbin.com/ahuye4/3


I had the same issue. I was using asp.net so the way I was able to solve this was by using updatepanels and handling the hiding/showing in the code behind with Panels.

I'm not sure what fraemwork/language you are using.

However, I think you might need to call into the flash object and pause/stop the flash videos programmatically.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜