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
- Why do print and echo behave differently in a "for" loop
- For loops in R (unexpected symbol error)
- For-loop to fill in node positions in an array for a cube
- using a for loop to compare lists
- How to speed up string comparisons in an array with a for loop?
- Pass extra variable parameters to ode15s function (MATLAB)
- How to use For Loop through keys of NSUserDefault Dictionary
- Quickest way to retrieve information from database
- for loop in Python called from bash
- foreach inside the for loop; keep looping
- For...Next loop breaks when using Not() operator
- Julia parallel programming - Making existing function available to all workers
- how to loop through array of objects and separate nested array of arrays
- Creating large arrays in Python
- Long If Condition or For Loop with If Condition?
Related Questions in Z-INDEX
- CSS: Preventing a property to affect on element until the end of transition
- Show embedded select box on overflow, out of popup container
- Putting buttons and links over particles.js script (Z-index)
- svg rect doesnt respond with another div fixed with a high z-index
- z-index not working with my animation
- How to fix menu using z-index
- Drop-down menu is behind revolution slider
- z-index not working even with position relative
- How can I change the zIndex attribute of aui-datepicker in Liferay Portlet 6.2
- z-index layering in raphael.js
- Z-index issues, z-index isn't working as it should
- CSS z-index has no effect on the label for an input element
- Iframe content not responding to wmode in IE
- Link with negative z-index not clickable in IE
- Z-index "stacking" in creating a shadow
Related Questions in BGIFRAME
- bgiframe with jQuery UI 1.8.9 Dialog and jQuery 1.5
- Scrollbars for css menus still hidden behind PDFs in IE when using bgiframe
- bgiframe appears in front of jquery modal dialog's overlay in IE6
- jQuery ui Autocomplete suggestions OverLaping in IE-6
- Using BGIFRAME in IE6 with YUI Autocomplete
- bgIframe with Superfish, the items are behind Silverlight objects
- Does the bgiframe plugin work with jQuery 1.3.x?
- bgiframe with jquery browser
- jQuery UI Autocomplete with scrollbar z-index help
- How to put jQuery UI dialog on top of everything
- jquery Autocomplete with bgiframe not working with scrollbars
- What CSS/Script is stopping "bgiframe" from working in IE6 on this page?
- onclick detection on bgiframe in jquery
- iframe z-index in ie8
- bgiframe does not work on FireFox
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 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: