Flash overlays thickbox on Internet Explorer
问题 Here's my code: I've got a flash slideshow on my page. I've used thickbox for login but when someone clicks on the login, the flash overlays thickbox. I've managed to solve the problem on Firefox, but nothing seems to work on Internet Explorer. 回答1: You need to use one of the following attributes in order to get Flash to sit "within" the DOM rather than over it. wmode=transparent -or- wmode=opaque Comes with the disadvantage of breaking a number of features. 回答2: spender is correct, but he