TreePanel的横向和纵向在IE7、IE8和火狐可以显示,但在IE6中却不显示横向和纵向的滚动条,查看了一些资料,终于有解决方法,只需要加上以下代码就可以显示。

代码如下:

 

代码
<style type="text/css">
.ext
-strict .ext-ie6 .x-layout-split{background-color: #dfe8f6;}
.ext
-ie .x-tree .x-panel-body {position: relative;}
.ext
-ie .x-tree .x-tree-root-ct {position: absolute;}
</style>

 

posted on 2010-08-11 17:50  琴韵之弦  阅读(1214)  评论(0)    收藏  举报