Embeded video displayed over html -


The site I am developing is a menu with a drop down, which is always on the top and scrolls the content.

Some content is embedded from various sources, which appear on top navigation. For YouTube, we find solutions by adding additional parameters: & lt; Param name = "wmode" value = "opaque" /> which resolves this problem, but is this a normal solution or not?

It seems that adding the attribute in embedded tags and this parameter helps :). Therefore, I need to add the following changes to fix the problem:

  & paramount = "wmode" value = "opaque" /> & lt; Embed wmode = "opaque" ... />  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -