Hi sorry every one my English is not good! I am using an iframe for a video. Above the iframe there is a dropdown menu, it is working well in firefox but in ie8 dropdown goes to underneath the iframe. If I replace the iframe with an image it is working good. I have play with position and z-index properties a long day but there is no use. Please help me if there any solution for avoiding this issue!!
1
There are 1 best solutions below
Related Questions in FOR-LOOP
- Setting the counter (j) for (inner for loop)
- Set req query output to a variable
- Variable doesn't get updated when I run a loop
- Print DT datatables in for loop rendering to html
- How to list several items in the dialog box for execution?
- How to iteratively create matrices/vectors from columns/unique row values of dataframe, and pass them to subsequent code?
- Loop through multiple levels of a variable in R
- iterating through raster bands to perform calculation
- In pairs for loop not looping inside of another in pairs loop
- Going back to an earlier index in list iteration
- filter() function not working within the for loop
- Launch jobs in cache in a loop in bash script
- I can print listurl when print(list_url) is in the if loop, but I can't print it when it's outside the for loop
- Printing prime number
- .NET 9 Loop optimizations, is it more than remove the zero extension?
Related Questions in Z-INDEX
- What is wrong with my z-indexes? Why is the the navbar appearing below other elements when I scroll?
- How can make z-index absolute even if there's transformation modifiers on the element?
- How to show alert on TabBar in SwiftUI?
- high z-index put element in front of others, but let click on them
- html2canvas not rendering text above SVG when it is displayed on browser with z-index correctly set
- The problem of not detecting the overlap status of the cards
- scroll animation for a Timeline doesn´t work well
- Unexpected z-order of <div> and its ::before
- Chart.js 2.9.4: how to hide fillText (animation) while it shows callback label
- CSS animation reverts z-index?
- calling lightbox from an ajaxToolKit:ModalPopupExtender
- box-shadow overlapping cards below them, z-index not working
- How to fix React Native zIndex issue?
- How to style an image on the right side of the screen to be behind <main> box?
- CSS positioning for two images put one on another in a card z-index but the images are coming out of card div
Related Questions in BGIFRAME
- bgiframe with jquery browser
- Scrollbars for css menus still hidden behind PDFs in IE when using bgiframe
- bgIframe with Superfish, the items are behind Silverlight objects
- is it possible to place an element over flash that has wmode=window in chrome?
- jQuery ui Autocomplete suggestions OverLaping in IE-6
- iframe z-index in ie8
- Displaying something over an inline PDF in Internet Explorer
- bgiframe plugin causes error in IE9
- Using BGIFRAME in IE6 with YUI Autocomplete
- jquery Autocomplete with bgiframe not working with scrollbars
- bgiframe with jQuery UI 1.8.9 Dialog and jQuery 1.5
- How to put jQuery UI dialog on top of everything
- jQuery UI Autocomplete with scrollbar z-index help
- bgiframe does not work on FireFox
- onclick detection on bgiframe in jquery
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Assuming your video is being played by Flash....
If you're embedding Flash you should explicitely set the wmode parameter to opaque to avoid dropdowns diving behind the flash object. You could also use a library to deal with the nasty details of embedding flash in different browsers.
EDIT: instead of including an iframe try this - took your movie and used the embedding link youtube presents at the end of the movie: