0

as you see on image enter image description here

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;
10
  • 1
    I don't get it .. What are you expecting ? Which div is the "main div" you're talking about ? Show us your HTML code, we can't do anything without it. Commented Jun 28, 2016 at 8:17
  • Try to add position:relative; to your main div class. What does it do ? Commented Jun 28, 2016 at 8:18
  • demo link: 212.15.4.166:88/works/ani/tur_anasayfa.html Commented Jun 28, 2016 at 8:20
  • if u click selectbox you'r gonna understand my english is not enought to explain that Commented Jun 28, 2016 at 8:20
  • 1
    @fortherest Sorry I made a mistake : remove the overflow:hidden; from #tur-detay-carousel and add a height value to .carousel-inner. Commented Jun 28, 2016 at 8:39

1 Answer 1

1

With your test page : http://212.15.4.166:88/works/ani/tur_anasayfa.html

Remove the overflow:hidden;from #tur-detay-carousel and add a height value to .carousel-inner. (here height:338px seems to fit)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.