→ HTML content above a Flash animation on Linux
Flash content in Firefox on Linux pokes through any HTML content even if it’s supposed to be higher in the stacking order. On Windows and Mac, using the wmode="transparent" parameter solves this, but the parameter is ignored in Linux. The only solution I found was to put a hidden <iframe> behind the content with the same dimensions.
This makes me weep inside, but it’s the same technique I use to make Internet Explorer 6 behave with <select> widgets that also refuse to behave.
Comments (View)