HTML:
<a class="
menubar" href="javascript:openknown()" id="knowledge">知识导航</a>
CSS:
a.menubar {
border-bottom:1px solid #AACCF6;
color:#222222;
cursor:pointer;
display:block;
height:20px;
line-height:17px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:3px;
text-align:center;
text-decoration:none;
white-space:nowrap;
}
a.menubar :
hover {
background : #EBF3FD url(../images/default/menu/item-over.gif) repeat-x scroll left bottom;
text-decoration:none;
}
posted on 2009-05-26 15:46
紫蝶∏飛揚↗ 阅读(763)
评论(0) 编辑 收藏 所属分类:
EXTJS