z-index represents the order on the z-plane in which an element appears. An element with greater stack order is always in front of another element with lower stack order. It is available in most of the GUI frameworks(both Web and Desktop).

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

wrapper on top, three different divs with background (header-bg, main-bg and footer-bg) z-index issue

Hi Im trying to have a wrapper on top of three divs that I have as background. I need the wrapper to overlap both header and footer. My problem is that the wrapper pushes the footer even tho I have ...
2
votes
1answer
45 views

Span Text Hidden by Animated DIV Despite z-index

I'm working on a hobby project of mine -- it's something of a glorified RSS feed reader/grabber. I've been able to get most things working, but for some reason I cannot get the text in a certain span ...
0
votes
0answers
11 views

Youtube movie refuses to stack with z-index and wmode in IE

In Internet Explorer, my Flash object, a Youtube movie, refuses to stack below my submenu which appears on hover of my menu items. The submenu is set to z-index of 500, while the object is set to a ...
0
votes
1answer
19 views

Z-Index with Sub-Menu

I'm actually developping a website for a customer and I have 1 big problem. Site in development: http://fuc.inexo.ca I have a menu on the left, that have a low z-index because the layout have to ...
2
votes
0answers
35 views

IE <object> z-index issue. wmode transparent doesn't work

I am having an IE z-index issue. Basically, I'm embedding a pdf using the object tag, but in IE, our favourite of favourite browsers it always appears above the drop down menu. I have the same ...
0
votes
1answer
26 views

Chrome drop-shadow box appears over div

I'm trying to make shadow appear under my div. So far it works on anything except chrome/chromium. To put it simply the div that draws the shadows isn't shown as it should, even though z-index ...
0
votes
0answers
15 views

IE7 z-index bug: parent element has to be in background

I want to display a frame around my slider. In the slider I have a short description with a more link. This works in all browser except IE7. In IE7 the link is not clickable because SliderFrame ...
0
votes
1answer
17 views

z-index not working to place element on top of fixed positioned element

I'm creating a site where I have a a logo on the page that is static positioned as normal. However I have a jQuery plugin that converts it to a fixed positioned element as it hits the top of the ...
0
votes
0answers
26 views

z-index issue in position absolute item [closed]

Hie all, I've been working for a website. I'm dealing with z-index of 2 position absolute items but the second one is still behind of the first position:absolute item's z-index. You can look it at ...
0
votes
1answer
44 views

z-index of nested span within jquery draggable div

I have a draggable div and nested within that div I have another div that is resizable. The div's are created on the fly. To make matters slighty more complicated, I then have a span within the ...
0
votes
1answer
15 views

ap div z index - change on hover?

I have a series of ap divs stacked like an untidy pile of photos. I want a visitor to be able to click on a photo in that stack and for the photo to be on top of the stack. This is what I have for ...
0
votes
0answers
28 views

Microsoft Access z-index property

I have a form including listboxes. I'm trying to change order of listboxes. I tried bring front or send back but they are not working in form view. I found z index property for arranging their ...
0
votes
0answers
23 views

onClick on a links to display images with z-index on current page

So I'm trying to setup onClick on links to display different images right below that links (links menu). Each link is assigned to different image (four images). Images are grouped in one div below ...
0
votes
1answer
24 views

Lower z-index overlaps higher

This is my HTML structure: <div class="pageSlider"> <a href="#lounge" class="active">Visitor's Lounge</a> <a href="#streams">News Stream</a> <a ...
0
votes
0answers
9 views

opacity property cause change on z-index

I have a li element and above of that a drop down menu. When I give an opacity value to the li element the dropdown menu appear to be underneath the li element. There is a thread describing the ...
-1
votes
0answers
24 views

CSS: Child of FIXED element, overtop of sibbling “overlay” (With JSFiddle example)

Demo of my question, includes this question in the JS panel, and comments throughout the code, as well as styling and an example of good/bad. http://jsfiddle.net/iredmedia/Zb57r/ My request is for ...
0
votes
1answer
22 views

Android animation z-index

I'm using relative layout, and I have the following items inside of them <foo android:id="@+id/first_one" > <bar android:id="@+id/second_one" ...
0
votes
1answer
23 views

How to have linear-gradient beneath some text?

In my page I have few sections. I want to show linear-gradient in currently active section. <div class='main_wrapper'> <div class='header'> Product </div> ...
1
vote
2answers
28 views

Border of child-element behind inset-shadow of parent

I have a DIV with inner A-tags. The DIV has a inset-shadow on it's top border, every inner A-tag has a right border. It would look much better if the A-border would be behind the shadow, but per ...
0
votes
1answer
46 views

Z-index not applying to div – What is wrong with my code?

I've been working on this page all day and I'm getting close to finishing it, but something's not making sense. I have an image centered in a <section> with a menu at the bottom of the image. ...
0
votes
0answers
8 views

JQuery UI Object Ignores Z-Index

On my page there is a form which when submitted appends a draggable object onto the page. Ideally the object should have a z-index lower than that of the form so the form can be used again. I have ...
7
votes
1answer
83 views

Do CSS transformed elements have default z-index?

I've a pretty basic example here, am having a fixed header with other elements which are stacked one after another, single element is transformed using transform: rotate(360deg). So only the ...
0
votes
1answer
30 views

JS hover menu appearing behind DIV on my website

I'm begging for your assistance. The drop down menus on this web page I'm working on are appearing behind the #content div. I'm certain it's a z-index issue, but I've combed through my CSS and can't ...
0
votes
1answer
110 views

Z-Index in IE 10

If you check the following website with Internet Explorer 10 the sub menus for the navigation are hidden behind the images. I tried adjusting the z-index values, helped with Firefox/Chrome but not ...
0
votes
3answers
48 views

Z-index not working with jquery css

How is it that this works: $("#linechart").css({ position:'fixed', top: "4%", left: "2%", height: "92%", width: "96%" }); and this breaks all the javascript: ...
0
votes
2answers
65 views

z-index not working in Internet Explorer 9

Please see the screenshot below. I have a jQuery menu and an iframe that loads a PDF document. In Chrome and Firefox this works perfectly and the menu appears over the top of the iframe. I have a ...
0
votes
1answer
39 views

app crashes when i change the order of my XML RelativeLayout android

The title says it all, my app keeps crashing everytime i change the layout view, i need the button to be on the very top and the imageView1 to be at the very bottom, with iv_photo being in between ...
0
votes
1answer
47 views

z-index !important does nothing to my div

I want this baseball image to be in the background, behind the sponsors list. but if I apply a high z-index to the sponsor links and sponsor header, nothing happens. If I try to put a negative ...
0
votes
3answers
31 views

Dropdown menu, z-index problems

I've got a problem. I have a drop down menu, but the drop down list is always one layer behind the body although the z-index of menu is set to 999 and z index of body set to -999 Please chceck ...
3
votes
1answer
35 views

How to prevent html elements with higher z-index catch events

I´m developing a little chrome extension to allow user see what he/she is typing. It's a simple semi-transparent floating div element. The problem that I have is that html elements under it don´t ...
2
votes
1answer
47 views

Z-index and list items (newbie)

I am working on a sheet music catalog. Available sheets are listed on an ordered list and when hovering on "view", a pop-up preview image shows. I noticed that as you scroll down previewing each ...
0
votes
3answers
48 views

Z-Index of elements in Adobe Edge always 0?

I'm tearing my hair out here a bit, and finding the API documentation for edge to be not amazing.. Anyway, I've got a project set up with a bunch of stuff on the stage, and I just want to find out ...
0
votes
3answers
37 views

What is the best way to make a sidebar that can have content scrolling underneath it?

I am trying to make a page that is basically this structure: What I am trying to do is have the content in the bigger area that is in a scrolling slideshow and have the content scroll to the left ...
-1
votes
0answers
22 views

Image with Z-Index doesn't show

I've got this piece of HTML: <div id="materialDialog" data-sap-ui="materialDialog" class="sapUiDlg sapUiDlgContentBorderDesignNone sapUiShd" style="width: 600px; height: 85%; display: block; top: ...
0
votes
1answer
52 views

Order of z-index elements on bxslider

I need to order the contents of a bxslider with a no-child element. between the image and the text over the top. e.g <div> <ul id="slider"> <li><img src="image1.jpg" ...
1
vote
2answers
41 views

Having trouble with z-index and position absolute divs

I have tried to add position:relative and z-index:1000 to my ul navigation elements but it continues to display behind the logo and content which is set to position relative. I found a small script ...
1
vote
1answer
25 views

z-index style being ignored on embedded video [closed]

For some reason I cannot modify the z-index of an embedded video to make it appear in front of an image. I know the beginner's mistake of not applying positioning to said video, and I have tried ...
0
votes
2answers
47 views

Position Fixed Header goes behind text when Position Relative element is added

So I know there are a plethora of questions about position fixed/relative/absolute in relation with z-index, but I still couldn't figure out my question using those. Essentially I have a header that ...
2
votes
1answer
38 views

Children of z-index: 'auto' vs z-index: 0, and what is “stacking context” in CSS?

Previously, I believed that a child element could not be z-indexed over an element that is a sibling of its parent element that has a higher z-index than its parent. For example, divs A and B are ...
4
votes
0answers
66 views

Different z-position for ListView items

Is it possible to make items in a ListView have different z-position/index? I want one item in my ListView to always be on top of other views in my layout. See my illustration here: The red bar ...
0
votes
1answer
25 views

z-index does not work with links in different layers

<div class='item' style='z-index:0; position:relative;' onClick="document.location.href='product.php'"> <div class='add_to_cart' style='z-index:99; position:absolute;' onClick='add() /* ...
0
votes
2answers
34 views

Over without absolute and without background

Is it possible to put one div over the other without background and without absolute position? This is a responsive design simplified. The content will change the width is %. So in this case I think I ...
0
votes
1answer
42 views

z-index not working on div tag

I am using div tag with position absolute. But its not working properly. I wish to put login box on top of everything else. When i tried to change position:absolute of login div, it messes everything. ...
1
vote
5answers
50 views

how to move inner div behind surrounding div

My HTML: <div class="outer"> <div class="inner"> Lorem Ipsum <div class="innerest"> <!-- no content --> </div> </div> ...
1
vote
3answers
80 views

Why z-index is mostly given as 99 or 999 or 9999 [closed]

I have seen this css property often. I just want to know is there a specific reason why css z-index is mostly given as 99 or 999 or 99999 and not 100, 1000, 10000 like that.
0
votes
2answers
36 views

Why is my flyout menu hiding underneath some content

I have a strange situation where a flyout menu is disappearing under a shopping cart bar at the top of my website's page. The flyout menu is set to z-index:9999 and the the bar is set to 99, yet the ...
1
vote
0answers
45 views

CSS and Jquery: Avoid breaking top z-index when using social network buttons

So, I have several popups on my website. When the user click on some of them or opens a new one, of course this should come on the top. I am using the TopZIndex jquery plugin to calculate the highest ...
1
vote
2answers
44 views

javascript code and zindex

I am having problems with getting the z-index to change using javascript can any one help me on where I am going wrong, what I am trying to do is have a box appear on top on another box once a ...
-1
votes
1answer
38 views

How to make a z-index fit to page and not scalling

How to make a z-index fit to page and not scalling i need to put it up from an svg, but my svg is in fit to page. here is my div code <div id="homeScreen" class="grey_box" ...
0
votes
2answers
159 views

twitter bootstrap drop down z-index and transparency visibility issues

I'm having trouble with my twitter bootstrap dropdown menus getting hidden underneath items and also with its transparency. Example: http://pictorious-web-qa.herokuapp.com The menu z-index goes ...

1 2 3 4 5 32