Tagged Questions

z-index is a CSS property that sets the stack order of specific elements. An element with greater stack order is always in front of another element with lower stack order.

learn more… | top users | synonyms (1)

47
votes
10answers
49k views

ie7 z-index problem

I've isolated a little test case of IE7's z-index bug, but don't know how to fix it. I have been playing with z-index all day long. What is wrong with z-index in IE7?
30
votes
5answers
29k views

FF3/Windows CSS z-index problem with YouTube player

I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button ...
11
votes
5answers
6k views

Flash on top of jQuery dialog

I know many have asked this question, but I think my situation is a little bit different. I have a site where I have some ads which is Flash hidden in a because of xhtml/html compatibility issues. ...
10
votes
9answers
12k views

Google Maps, Z Index and Drop Down Javascript menus

I've run on a little problem today: I have a JS drop down menu and when I inserted a GoogleMap... the Menu is rendered behind the Google Map... Any ideas on how to chance the z Index of the Google ...
9
votes
5answers
23k views

Java Swing - how to show a panel on top of another panel?

I wish to have an internal (non window) dialog to ask for member input. I would like the dialog to be placed centrally on an existing JPanel. I have looked at layeredpanes and these seem unusable due ...
8
votes
3answers
519 views

Handling Scroll bars with jQuery event Drag and Drop

I have a room div with some toy divs arranged on it, see Toys are absolutly positioned and are drag-able with in the walls of the room . The room container div has a fixed height and height, so the ...
8
votes
4answers
2k views

z-index of :before or :after to be below the element, Is that possibale?

I am trying to style a element with the :after CSS property a.someSelector{position:relative; z-index:1;} a.someSelector:after{position:relative; z-index:0; content:" "; position:absolute; ...
8
votes
4answers
4k views

Is there an upper limit to z-index values in web browsers?

I have a case where a 3rd party ad is bleeding through my modal window implementation. I'd like to up the z-index of the modal overlay as high as possible so the ad won't show on top of it. Is there a ...
7
votes
4answers
140 views

CSS ie7 z-index

I'am trying to generate the graphic like this: But i get: CSS: #green { height: 500px; width: 500px; background-color: green; position:absolute;z-index:13; } #red { height: 300px; width: ...
7
votes
2answers
164 views

Why jQuery .animate({opacity:0}) changes the z-index too

Basically the title says everything - why jQuery .animate({opacity:0}) changes the z-index too? Do you know how to solve it? EDIT: link to example: http://jsfiddle.net/4vUc7/ Thanks.
7
votes
5answers
8k views

Google Chrome, Flash and z-index wrong behaviour

Google Chrome is displaying the z-index of a Flash video incorrectly. Take a look at http://maxusglobal.com/ in Firefox or Internet Explorer. Now take a look at it in Chrome. The big video at the ...
7
votes
6answers
2k views

How can you figure out the highest z-index in your document?

In order to set a div containing a transparent text image as the highest z-index in my document, I picked the number 10,000 and it solved my problem. Previously I had guessed with the number 3 but it ...
6
votes
1answer
84 views

CSS - I have a headless woman on my page. Z-index issue?

I have a new web site that has an image of a woman in the upper left corner. The image is in the perfect spot, but I can't get the top half of the image to be on top of the other layers. This ...
6
votes
4answers
5k views

z-index and iframe issue - dropdown menu

Hey. Having a rather puzzling issue with my dropdown menus and iframes. I have applied a z-index of 1000 to the dropdown menus, however the iframe containing the youtube video still appears above the ...
6
votes
3answers
1k views

z-index layering for HTML5 video (ipad) [closed]

Possible Duplicate: iPad Safari mobile seems to ignore z-indexing position for html5 video elements I am using the BrightCove smartplayer code to write an HTML5 video tag into the page. ...
6
votes
2answers
5k views

jQuery's $('#divOne').animate({zIndex: -1000}, 2000) does not work?

I tried jQuery's $('#divOne').animate({zIndex: -1000}, 2000) to that element which has a z-index of 1000, but it is still above the other elements? (If I use firebug to change it to -1000 then it ...
6
votes
5answers
21k views

Z-index broken in IE8?

This code works in every other browser I've tried, except IE8. IE8 appears to ignore the z-index - and the pop-up becomes a pop-under. It's in the right place, just renders underneath the ...
6
votes
6answers
14k views

Z-Index IE bug fix?

Does anyone know of a working fix for the ie z-index bug? I have come across a few solutions but interested to see if anyone here knows of a better fix. Thanks!
5
votes
5answers
136 views

Changing overlapped images z-index with jQuery

I have three rectangular images overlapped within a diagonal line, the first fully visible on the top-left corner, the second in the center partially hidden by the first and the last in the ...
5
votes
4answers
68 views

Keeping style applied using :hover until transition complete?

I have a bunch of tiles on a page that expand as the user mouses over them. The expanded one should have the highest z-index, and this works, but I need the z-index to remain until the size transition ...
5
votes
3answers
379 views

-transform:scale causing 'blinking' when hovering

I am working on a catalog which uses css -transform attribute to scale each 'swatch' upon hovering. Here's my problem: In some browsers and on certain sites, when you hover over the swatches, it ...
5
votes
3answers
467 views

jQuery - Change css for all divs of a class except 'this'

I need it so when I click on a div of class 'mydiv', all divs of that class have a z-index of 1, except for the div I clicked on which as a z-index of 2. Clicking on the div again needs to change ...
5
votes
2answers
126 views

jQuery UI dialog with absolutely positioned child partially hides overflowing child

I have a standard jQuery UI dialog. Inside that dialog, I have a custom jQuery UI button that allows me to select an event type for a calendar event. I'm using the jQuery UI position utility to ...
5
votes
2answers
2k views

Setting z-index on draggable elements

I am trying to set the z-index on draggable elements using jQuery. You can see what I am talking about and what I have so far here: http://jsfiddle.net/sushik/LQ4JT/1/ It is very primitive and there ...
5
votes
4answers
7k views

How to set iPhone UI View z index?

I want to move one view on top of another, how can I know the z index of the view, and how to move on to top? Thank you.
5
votes
5answers
3k views

css parent element to appear above child

I have 2 nested css elements. I need to get the parent to be on top, that is, above in z-axis, of the child element. Just setting z-index is not sufficient. How do I do this? Thanks. ...
5
votes
3answers
15k views

Internet Explorer z-index bug?

How do you overlap an element over another element that is positioned relatively in Internet Explorer? Z-index doesn't work, it always appears behind the relatively positioned element.
5
votes
2answers
5k views

z-index css Pop-up box and ie7

I have some div boxes which should show a speech box when on hover. With jQuery and CSS it’s nothing too hard. However, the popup speech appears under the neighbor div in IE7 — I can not make it to ...
5
votes
4answers
7k views

CSS Floating w/ Overlap

I'm trying to set up a simple horizontal tab structure for a page I'm working on, and I'm running into some trouble with floating div's combined with z-index that I'm hoping someone can help me with. ...
4
votes
4answers
62 views

jQuery: can I use z-index to solve this?

Before going into the problem, I thought it'd be best to describe what I'm trying to do... if you go to this fiddle you can see it in (although with problems present) in action: ...
4
votes
2answers
83 views

jQuery sending mouseevents down the z-axis

Is it possible to send a mousevent down a z-axis? For example, an element has been absolutely positioned on the site above another element. I would like the element below to get the mouseover event ...
4
votes
5answers
154 views

How to Keep CSS Background Image on top of all divs(breadcrumb arrows)?

I have built a small breadcrumbs example cloning some functionality from Google's design. I have been looking to get the arrows to display on top of each-other so there isn't any white space. I have ...
4
votes
4answers
4k views

Google Chrome, Flash and z-index wrong behvaiour

I have to show a div over the iframe which contains a flash video . The z-index of the div is set as 9999. but the ifarame is not having any z-index. But the div lies bellow the flash for Google ...
4
votes
4answers
1k views

z-index and iFrames!

I'm using the FancyBox plugin for some of my site's images. On one of my pages, I also have the embedded iFrame code from YouTube to place a video on the page. On this same page is a thumbnail that, ...
4
votes
1answer
462 views

problem with z-index of an empty div layer in IE8

I have a problem with z-index in IE8 (other IS not tested yet): The following JS creates some html/css: document.write('<img id="' + sas_Banderole.getObjId('cb') + '" src="' + cburl + '" ...
4
votes
3answers
129 views

is it possible to calculate next z-index in javascript

Is it possible to get the highest z-index property in some container if none of the elements in it have z-index set via styles? The only approach i've found googling returns "auto" for the z-index.
4
votes
2answers
341 views

Input under jQuery autocomplete results gets activated when selecting from result

When I start typing in the name of the species I am looking for the jQuery autocomplete widget comes with a dropdown and some results. Great!! The only problem is that when I select an item from the ...
4
votes
4answers
376 views

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") ...
4
votes
2answers
696 views

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 ...
4
votes
3answers
2k views

iPhone youtube video z-index

I have an embedded youtube video in a page. I also have a menu (when opened) is on top of that video. I have set the z-index value of the menu to higher than that of the video. I have also set the ...
4
votes
2answers
2k views

WPF - Overlapping Custom Tabs in a TabControl and ZIndex

Problem I have a custom tab control using Chrome-shaped tabs that binds to a ViewModel. Because of the shape, the edges overlap a bit. I have a function that sets the tabItem's ZIndex on ...
4
votes
4answers
362 views

All About… Z-Index?

This property make me confuse. well.. i searched in google: What is the z-index? The z-index property specifies the stack order of an element. An element with greater stack order is always in front ...
4
votes
2answers
1k views

How to calculate the effective z-index of an HTML element

I would like to determine the z-index of an element on an html page from code. I am using jQuery. jQuery will allow me to check the applied z-index using $(element).css("z-index"). If the z-index ...
4
votes
5answers
1k views

Select DIV with highest z-index

Example code so I can start explaining this problem: <div style="z-index:5">5</div> <div style="z-index:2">2</div> <div style="z-index:1">1</div> <div ...
4
votes
1answer
929 views

how to solve zindex issue with flash

In a webpage I need to show a div layer over the flash banner which is not using wmode=transparent setting. How to solve it?
4
votes
4answers
2k views

Having Trouble with Absolute Positioning / Z-Index with Lists and Tables in IE 6 and 7

I'm creating a prototype of a CSS/XHTML tables-based calendar that eventually will be generated with PHP for the Simple Updates content management system. I've run into a problem with using absolute ...
4
votes
3answers
7k views

Z-index problem in IE7 with jquery superfish menu plugin

I needed to modify jquery superfish menu plugin to accomodate using image for the menu. Please have a look at this demo. http://www.okadadesign.no/vitaveritas/. There are submenus under Om oss and ...
4
votes
1answer
654 views

quicktime movie layering issues

I have a site (link below) where the clients work displays on a long horizontal page. The menu is fixed on the left hand side and the images disappear under the menu when scrolling across. The client ...
3
votes
1answer
95 views

In Android-Browser: Bug with CSS-Position and clickable areas. Workaround?

There is this known Android Browser Bug. When you have some clickable content like <a>, <input> or <area> and before this you have an absolutely positioned element with a bigger ...
3
votes
0answers
33 views

z-index IE8 bug on generated content with :after

This is a known error in IE8, look at the last bug here: http://nicolasgallagher.com/css-typography-experiment/demo/bugs.html Now, playing a bit with a simple example I found this (test it using ...

1 2 3 4 5 17