Jquery z-index combo box

Asked

Viewed 26 times

0

I’m using the combo box http://easyautocomplete.com/. But I’m having a mistake that makes the combo behind the bottom contents. I am since yesterday looking for articles and forums to solve this problem. I have already used z-index, display and position. I’m also using Framework 7. See the image below, I put a background just to base:

Combo atrás do campo abaixo

Project code

  • Maybe the element you’re implementing has to be position:relative.

  • @Diegosouza ended up not being able to solve it. Instead of concentrating on the combo box I put the z-index of the "Description" column as 0 ! Important. It worked fine. I tried to use all the position and display but none worked

2 answers

0

I had to put the Z-index of the bottom column as 0 ! Mportant

0


Add the relative position in the element that should be behind and be the basis for the other, this should be the parent in the html hierarchy of the element that should be in front. The element that should be in front must have position Absolute, absolute pixel height and width, and the property z-index.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.