jquery - css overflow hidden does not conform to the rules of z-index -


I have a problem about devital status

I created this to be If you click on the demo, you can see the 3 image. When you rotate the image, the bubble will open the door. But this is not shown to me outside.

  .bubble {position: absolute; Width: 345px; Height: auto; Padding: 3px; Background: #FFFFFF; -Vibit-boundary-radius: 2px; -max-boundary-radius: 2px; Boundary-radius: 2px; Limit: # d8dbdf Solid 1px; -WebKit-box-shadow: 1px1px1px px rgba (216, 219, 223, 0.52); -MOZ-BOX-SHADOW: -1 PX1 PX1 PX0 PX RGBA (216, 219, 223, 0.52); Box-Shadow: 1px1px1px px rgba (216, 219, 223, 0.52); display none; Margin-left: -345px; } .bubble: after {content: ''; Status: Completed; Border-style: solid; Threshold width: 10px 0 10px 10px; Border color: transparent #fff; Display area; Width: 0; Z-index: 1; Correct: -10 pixels; Top: 16px; }   

The problem is that the overflow does not correspond to the hidden Z-index rules. Something outside the hidden box is considered out of the document.

< / P>

$ ('# member-bio'). BxSlider ({Slidewise: 300; Min. Slide: 2, Max slides: 2, Slide margin: 10}); $ (Document) .ready (function () {$ ('figure'). Click (function () {var memberDetails = $ ("member-description"), item = $ (this), listLeft = (item.offset (). Left) + 60; memberDetails.offset ({left: listLeft}) AddClass ('active member');});});
  data {margin: 0; } .member {status: complete; Top: 50px; Left: 50%; Width: 150px; Height: 250px; Margin-left: -75px; Background: Red; Z-index: 99 99; } .member-details {background color: #fff; Border: 1px solid # 333; Width: 140px; Status: Completed; Top: 150px; Opacity: 0; display none; } Active-member {display: block; Opacity: 1; }  
  & lt; Div id = "members-div" & gt; & Lt; Ul id = "member-bio" & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; Li class = "slide" & gt; & Lt; Statistic & gt; & Lt; Img src = "http://placehold.it/350x150&text=product" & gt; & Lt; / Statistic & gt; & Lt; / Li & gt; & Lt; / Ul & gt; & Lt; Div class = "member-description" & gt; & Lt; P & gt; Product name & lt; / P & gt; & Lt; P & gt; Product Details & lt; / P & gt; & Lt; P & gt; Buy Now & lt; / P & gt; & Lt; / Div & gt; & Lt; / Div & gt;  


Comments