z-index

How to sort Windows by z-index?

If I'm enumerating windows in Application.Current.Windows, how can I tell, for any two windows, which one is "closer" (i.e. has greater z-index)? Or, to say the same in other words, how can I sort those windows by z-index? ...

Swing JMenuItems getting shown behind Applet

I am working on a Swing application in which I am trying to display an Applet (processing PApplet) inside of a JFrame. The frame has a JMenuBar attached to it. When I click on the menubar, the menu items are being shown behind the applet. Does anyone know what's going on here and a workaround? I didn't see anywhere where you can set the ...

css & jquery drop down menu: z-index bug on IE

Hi, following up to the thread below, I managed to create the drop down menu like blip.tv's, http://stackoverflow.com/questions/3508484/drop-down-menu-dotted-border-and-solid-border-in-one-line here is the outcome, http://quack-project.net/tmp/3/index.php I use css and jquery to achieve that. It works fine on all browers (Firefox, ...

Positioning moving <div> elements in the background using CSS

OK, so I have these background <div>s which pan left and right using the jQuery plugin, spritely. So, I was wondering what the best way to position them was. I obviously have specified both of the two <div>s which each contains one background image to have a z-index: -1 so they appear behind everything else. But I would like them to b...

Bugs in IE: dotted border and z-index

Hi, Why does IE (I am on IE7) behave so odd when comes to dotted line and z-index in the examples below? http://quack-project.net/tmp/4/index.php Is there any method to fix this or have I coded the css incorrectly?? first example, <div style=" border-left: 2px solid #000; border-right: 2px solid #000; border-top: 2px sol...

jQuery hover problem due to z-index

I want to trigger a hover event for an element using jQuery, but I have an semi-transparent png positioned over the element using z-index. Is there any way to tell jQuery to ignore the png and trigger the hover event for the element underneath it? ...

Telerik menu Item issue in Chrome

I am using Telerik Menu Item for navigation and my page displays an embedded PDF. The page works perfectly fine on IE but on Google Chrome, the menu just hides behind the pdf. I tried using z-index but it does not seem to help. Can someone please help me with this? Here is the code snippet: ...

CSS z-index broken in IE7

I'm aware of the z-index problem in IE7, but I have a strange situation here, and none of the fixes suggested online seem to work. I've got a list of items, each one has a pop-up bubble div inside the "li" tag, like so: <div class="inner"> <ul> <li onmouseover="bubbleOn(5661)" onmouseout="bubbleOff(5661)" id="c5661"> <img s...

pop-up type view (z-index?) - android

I want to add a new view to my scene that will contain content that will change programatically throughout the course of my application. When it does change, it needs to pop up on the screen for 3 seconds (or a click) then disappear. This view will change in size according to its content WRAP_CONTENT, but ideally I'd like it centered h...

I'm having trouble with jquery-ui autocomplete and slider on the same form (z-index) related.

I'm attempting to create a web page using the jQuery ui lib. My design uses a jQuery ui autocomplete on an input field at the top of a form. Immediately below this autocomplete input form are some jQuery sliders. The issue is that when the auto complete box populates the results are displayed behind the handle of the slider control. This...

Whole site overlay div?

I'm using this snippet to append an overlay to a whole site: $(function() { var docHeight = $(document).height(); $("body").append("<div id='overlay'></div>"); $("#overlay") .height(docHeight) .css({ 'opacity' : 0.4, 'position': 'absolute', 'top': 0, 'left': 0, 'backgr...

float animated ImageView on top of other elements within LinearLayout - android

I have an extended ImageView that I'm reusing 7 times horizontally (within a LinearLayout) across my screen. Directly above and below this ImageView are other extended ImageViews that are within their own LinearLayouts. I'm spacing these all evenly by using the weight property within the LinearLayout so they space evenly across the scr...

Finding highest z-index of all elements

I need to implement an alert-type modal popup that appears with a dimmed background. The problem is, we may have other elements on the page being showed that are also modals with z-indexes above default. How do I determine the appropriate z-index that makes a given element the highest-layered element? (jQuery is fine.) ...

Why is menu displaying behind image?

Hi At this site: http://www.multiway.dk/ The dropdown menu is displaying behind the header image, which i dont quite understand as the menu has z-index: 100; and the image has z-index:1; It works fine in FF, but in IE it doens't work?? ...

IE7 z-index problem

Hiya! I'm having problems with z-index in IE7. I have a table where the user is asked to enter address. The javascript validator box 'formStatusBoxContainer' for postalCode is appearing behind the select box and the icon 'formStatusIcon' on the next row. Any idea how to solve this? Besides moving the box. Everything looks fine in FF and ...

z-index layering for HTML5 video (ipad)

I am using the BrightCove smartplayer code to write an HTML5 video tag into the page. This code replaces the object tag with video tag so that it works on the iphone and ipad, whils still working in browser that dont support The problem I am having is with the layering of this dynaically written in tag. It does not seem to obey the ...

How would you fix this uncommon example of the common IE Z-index bug?

This may appear to be a common question that has already been answered because it refers to the well-known z-index bug in IE7 and lower. However, this situation is somewhat unique; I am using a CSS dropdown menu that uses nested lists for sub menus. I have used this many times on other sites, but usually with the first level being horiz...

Is it possible to have a child element behind his parent element with z-index

Hi, I would like to know if it possible to have a child element behind his parent element with z-index. I would like to use the parent div as transparent color layer on top of his content. Thanks ...

Z-index problem with dropdown menu and elements with display hidden

I just added superfish to my page. But the drop down menu displays under my header-bottom div which has display: hidden. But that's not the only problem it is also covered by my Easy Slider which has images and divs and I can't tell which one is covering my drop down menu. I'm not very familiar using z-index What's the best way of so...

Issue with video z-index on Windows browsers

Having an issue with overlaying a png on a vimeo video, seem to have it working on all mac browsers but Firefox, Internet Explorer etc. on Windows seem to ignore it and place it behind. This is the site example, it's the black 'Download Reel' button: http://www.warface.co.uk/clients/detail-shoppe Many thanks HTML <div class="video-bl...