html - Object overlapping Dropdown menu -


my problem using <object> tag on page video player, , using bootstrap drop down menu @ top.

my problem dropdown menu appearing behind <object> tag. there way <object> background dropdown displayed @ front?

i have tried change z-index did not change anything. have tried use wmode no luck.

possible answer without knowing more of markup/css:

if explicitly set position: relative or other position property such absoluteor fixed z-index might work. reason is:

although z-index not difficult property understand, due false assumptions can cause confusion beginning developers. confusion occurs because z-index work on element position property has been explicitly set absolute, fixed, or relative.

as explained @ site below:

http://coding.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -