z-index

z-index positioning

I have two div's, nested, and want to have an image placed in front of the inner-div's content, so as to look like decoration around the edges (much of it is transparent.) I thought using z-index and absolute positioning would do it, but it has not worked. My simple test is to use two nested div's each with a background image and try t...

Is there a way to fire over events ignoring z-index ?

If I have something like this: Is there a way to fire the mouseover events on BOTH divs? Edit: Sorry all .. I tried to simplfy the problem so it was clear to understand and I forgot to mention I have more than 100 divs like that so probably those solutions don't work. I'm going to see if I can adpat them. Many thanks everybody anyway...

CSS Z-Index OVER Javascript "Survey Monkey" PNG Fade at bottom of Scroll Bar

Hello, Looking to add a PNG Fade at the bottom of the our survey questionnaire box. The short questions won't show them, but for the longer ones with a vertical scroll I would like to add a slight fade at the bottom to help indicate there is more below. The scroll bar should be enough to notify people, but some people need a little more...

Why is z-index not working on these two elements?

You can see my issue here: http://pmind.com/staging/123.html I've tested this in Chrome, Safari, Firefox and Opera so I know it's not just an Internet Explorer wonky bug. In the top right of the content, there are two text links, that are being hidden under the graphic. The <div> that contains the text links comes further down in the ...

jQuery swap z-index on hover

I have a "Learn More" button that when the user hovers over, will display a "more info box" over top of the button that contains a block of text. I am having trouble getting this to work correctly as the more info box seems to be interfering with the hover function. I uploaded an example of what I'm trying to achieve: http://recoverstudi...

Quicktime video appearing over Fixed DIV

I have an embedded quicktime video that is appearing over a fixed Div. I wrapped them both in DIVS with correct z-indexes, not working. How do I get the video under the div (position: fixed;)? ... Oh, and the problem is only occurring in Safari. ...