You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.
Jquery chosen version : 1.1.0
Browser : IE 8
Problem : chosen does not render properly when its under another unordered list with its own css. (Please see image). Im using chosen inside a tab.
Jquery chosen version : 1.1.0
![bug](https://cloud.githubusercontent.com/assets/7963235/3356034/453a0684-fabb-11e3-8a26-41ae5510c996.PNG)
Browser : IE 8
Problem : chosen does not render properly when its under another unordered list with its own css. (Please see image). Im using chosen inside a tab.
here's the css that is causing that error :
ul#tab li
{
display: none;
padding: 30px;
border: solid 4px #ffba35;
}
but if i remove the display: none then my tabs will collapse but chosen will work again.
The text was updated successfully, but these errors were encountered: