62,268
社区成员
发帖
与我相关
我的任务
分享/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
TREE VIEW CONTROL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.treeview_d {/*定選單寬度*/
margin-top: 20px;
margin-right: 12px;
margin-left: 15px;
margin-bottom: 10px;
}
.treeview {
font-size: 12px;
}
.treeview a
{
display: block;
color: #990000;
text-decoration: none;
font-size: 14px;
padding: 10px;
font-weight: bold;
}
.treeview td.mainnav
{
/*主選單*/
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #FFFFFF;
border-bottom-color: #CCCCCC;
background-color: transparent;
direction: rtl;
text-indent: 20pt;
}
.treeview td.subnav
{
/*次選單*/
background-image: url(../image/subnav.gif);
background-repeat: no-repeat;
background-position: 15px 10px;
background-color: transparent;
direction: ltr;
text-indent: 40pt;
}
.treeview a:hover {
color: #FFFFFF;
background-color: #999999;
}
/**********/