Questions tagged as 'z-index'

3
answers

How to compare HTML elements by real z-index?

Given two arbitrary HTML elements A and B on the same page, how can I find which one is "closest" to the user (i.e. if they overlap, which one would obscure the other)? The W3C CSS specification describes "stacking contexts" ( stacking cont...
asked by 22.12.2013 / 21:47
1
answer

Doubt on z-index on separate divs

I have the following code: .div1{ position: absolute; z-index:2; } .div2{ position: absolute; z-index:1 } The .div2 has an image that is above .div1 , some pixels only. What happens is that in .div1 I h...
asked by 17.06.2014 / 14:41
0
answers

Bug z-index IE - Reading marker [input] overlapping dropdown menu

Has anyone ever had this problem in IE? I have a menu and just below an input field. When I select the input field and the reading marker appears, it overlaps the dropdown menu.     
asked by 28.04.2015 / 16:05
1
answer

How can I Embed texts and return from the last one to the first slideshow image? [closed]

I have 9 images and are to be shown in a slide , with button mousein , mouseout , Loading , Z-index . So far so good, CSS is right. In slideshows I have not been able to put my texts to follow the photos I show. I d...
asked by 15.11.2014 / 14:22
1
answer

Fixed menu hides even with z-index

I have the following code: <html lang="pt-br"> <head> <meta charset=utf-8/> <title> Inicio </title> <style type="text/css"> *{ font-size:18px; vertical-alig...
asked by 09.08.2018 / 09:37
1
answer

Image positioning with z-index

I'm trying to position a text box on an image through z index, to get something like this: link At this point the text appears after the image (since it is in a div with 100% width). I wanted the text to appear superimposed on the image....
asked by 08.04.2015 / 19:07
1
answer

Z-index on NiceScroll

When you apply this script to scroll smoothing (nicescroll), the same thing happens under some site items with the higher Z-index. Where can I for a Z-index on it to overlap this site items? $(document).ready( function() { $("html").n...
asked by 26.02.2015 / 21:04
1
answer

Iframe with Flash over div with z-index: 9999

Some components of my Flash chat are above the div of the header. As you roll the screen, these components come and go. Here is the image: IdonothaveaccesstoFlash,that'stheproblem,itfollowstheFlashinclusioncode:<!--BATE-PAPO-->&l...
asked by 17.04.2014 / 16:23
0
answers

Sortable with Z-index

I am trying to use this function that Jquery provides, however, by increasing it: Jquery function: $(function() { $("#sortable").sortable(); $("#sortable").disableSelection(); }); #sortable { list-style-type: none; margin: 0;...
asked by 04.09.2018 / 16:05
0
answers

z-index google chrome error

Google Chrome is with error in the z-index of my css, I put a jquery slider plugin and it was above my menus, so I changed the z-index to change the position, except that firefox and safari works normally , already in google chrome not when I ho...
asked by 30.06.2016 / 20:39