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 absolute
or 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
Post a Comment