카테고리 위젯 현재 메뉴 활성화 UI 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6515 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2009-06-11 03:41:32 +00:00
parent 11146f43c5
commit 8a10ed0d0b
2 changed files with 5 additions and 1 deletions

View file

@ -22,7 +22,7 @@
<!--@end-->
{@ $_pDepth = $val->depth}
<!--@end-->
<li class="<!--@if($val->last)-->nav_tree_last<!--@end--> <!--@if($val->expand)-->nav_tree_on<!--@else-->nav_tree_off<!--@end-->" id="category_parent_{$val->category_srl}">
<li class="<!--@if($val->last)-->nav_tree_last<!--@end--> <!--@if($val->expand)-->nav_tree_on<!--@else-->nav_tree_off<!--@end--> <!--@if($category==$val->category_srl)-->active<!--@end-->" id="category_parent_{$val->category_srl}">
<!--@if($val->child_count)-->
<!--@if($val->expand)-->
<button type="button" class="category_{$val->category_srl}">+</button>

View file

@ -23,6 +23,10 @@
.widgetTree ul li.nav_tree_on ul li{ display:block;}
.widgetTree ul li.nav_tree_off ul{ display:none;}
.widgetTree ul li.nav_tree_off ul li{ display:none;}
.widgetTree ul li.active,
.widgetTree ul li.active a{ font-weight:bold;}
.widgetTree ul li.active li,
.widgetTree ul li.active li a{ font-weight:normal;}
.widgetTree .icon{ position:relative; left:16px;}
/* widgetTree */