奇怪的CSS位置问题

时间:2012-09-30 19:42:16

标签: javascript jquery html css twitter-bootstrap

我在项目中使用ChoosenTwitter Bootstrap。我想得到的是,选择可折叠div的下拉菜单,但它属于其他内容。这是jsfiddle

http://jsfiddle.net/tt13/CFbpt/5/

我错过了什么?如何解决这个问题?

enter image description here

1 个答案:

答案 0 :(得分:2)

这应该照顾好一切:

.collapse.in { overflow: visible; }
.chzn-drop { display: none; }
.chzn-container-active .chzn-drop { display: block; }

http://jsfiddle.net/Wexcode/7HLyZ/3/