这是本文档旧的修订版!
Navbox.css_js
<script type=“text/javascript”>
function toggle(e) {
jQuery(e).toggle();
}
</script> <style>
.table_a {
width: 100%;
border: 1px solid #aaa;
}
.table_title_box {
text-align: center;
font-size: 110%;
}
.table_b {
border: 1px solid #aaa;
border-top: unset;
}
.table_subtitle {
background: none repeat scroll 0 0;
padding-left:0em;
padding-right:0em;
white-space: nowrap;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
}
.table_items {
text-align:left;
border-left:2px solid #fdfdfd;
width:100%;
padding:2px;
}
</style>