默認情況下
ASp
NET TreeView 設置 ShowLines=
True
後
產生的樹在浏覽器中查看
出現斷線的問題
可以通過設置
CSS 代碼
<style type=
text/css
>
#TreeView
td div{height:
px !important;}
</style>
解決在IE中的斷線問題
但在Firefox中
還是不能解決
在Firefox中還需要把DTD改成
HTML 代碼
<!DOCTYPE html PUBLIC
//W
C//DTD HTML
Transitional//EN
>
才可以
From:http://tw.wingwit.com/Article/program/net/201311/12035.html