此代码来自 MS的 small business starter kit /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* TREE VIEW CONTROL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ .TreeView { border-bottom:1px dotted #B2B2B2 !important; } .TreeView div { margin-left:5px; } .TreeView table { border-top:1px dotted #B2B2B2 !important; } .TreeView div table { border-bottom:none !important; border-top:none !important; } .TreeView table td { padding:2px 0; } .LeafNodesStyle { } .RootNodeStyle { } /* ALL ELEMENTS */ .NodeStyle { } .ParentNodeStyle { background:yellow; } a.SelectedNodeStyle { background:#E5E5E5; display:block; padding:2px 0 2px 3px; } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ treeview 控件的代码 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
用CSS 对TREEVIEW 的外观进行改造
最新推荐文章于 2025-03-21 12:00:59 发布
330

被折叠的 条评论
为什么被折叠?



