my main div has overflow:hidden;
but my select box which is position absolute is not as expect how can I fix it ?
my main div class
border-top: 2px solid #00b9ff;
height: 340px;
overflow: hidden;
and my selectbox div classes
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 85px;
background: rgba(0, 0, 0, 0.3);
z-index: 2;
color: #FFF;

divis the "main div" you're talking about ? Show us your HTML code, we can't do anything without it.position:relative;to your main div class. What does it do ?overflow:hidden;from#tur-detay-carouseland add aheightvalue to.carousel-inner.