Google Chrome, Flash and z-index wrong behvaiour

前端 未结 5 740
面向向阳花
面向向阳花 2021-02-04 13:14

I have to show a div over the iframe which contains a flash video . The z-index of the div is set as 9999. but the ifarame is not having any z-index. But the div lies bellow the

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 13:53

    You can add a wmode parameter by query string.

    Ex: src="http://www.youtube.com/embed/LSaoRSlqQzw?wmode=opaque"

提交回复
热议问题