如何保持这个div可见?

时间:2015-05-21 10:56:42

标签: html css

我把树变成了一个div,它运行正常。

当树关闭时:看起来像:

enter image description here

但是当树打开时:我希望所有div都可见:

enter image description here

您在图片上看到某个部分被表隐藏,并且该树未完全可见。

代码是:

<div style="height:30px; overflow:visible; border: 1px solid #e5e6e7; background-color: #ffffff;    z-index:10;">

                <div id="arbre_json" ></div>
            </div>

我试过“z-index”属性,“溢出”属性,没有成功。我怎么能这样做?

非常感谢您的回复。祝你有愉快的一天。

多米尼克

0 个答案:

没有答案