learning to be human, since 1984
Archive for Sunday 27 November 2011
Fixing z-index flash object problems in Google Chrome using wmode
0175 days
Turns out that using z-index on flash objects doesn’t work in Google Chrome! Luckily, there’s a quick fix – just add the following param to the object, add the z-index, and you should be good to go:
<param name="wmode" value="transparent">
if you want to read more about this the param-name element-attribute, read this.