日期:2014-05-17 浏览次数:20438 次
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="_menu.ascx.cs" Inherits="admin_usercontrols_menu" %>
<style type="text/css">
#webframe #master-left
{
position: relative;
float: left;
width: 15%;
height: auto;
}
#webframe #master-right
{
position: relative;
float: right;
width: 84%;
height: auto;
}
#accor-nav
{
width: 180px;
}
#accor-nav .accor-title
{
text-align: center;
}
#accor-nav .accor-title a:hover
{
color:Green;
font-weight:bold;
}
#accor-nav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#accor-nav ul li
{
text-align: center;
margin: 2px 15px 2px 15px;
border-bottom:1px solid Gray;
height:20px;
}
#accor-nav ul li:hover{ background:url('../../images/accor-liselected.gif') no-repeat -18px ;}
&nb