日期:2014-05-17 浏览次数:20562 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>userManger</title>
<link type="text/css" rel="stylesheet" href="css/userManage.css" />
</head>
<body>
<div id="contain">
<div id="dhTop">
<div id="hello"></div>
</div>
<div id="leftPanel">
<div id="userManger"></div>
</div>
<div id="rightPanel">
<div id="userTable"></div>
</div>
<div id="dhEnd"></div>
</div>
</body>
</html>
/* CSS Document */
body{
background-color:#446787;
background-image:url(../images/bgFull.png);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
#contain {
}
#dhTop {
background-image:url(../images/dhTop.png);
left:0px;
top:0px;
width:1022px;
height:36px;
}
#userManger {
background-image:url(../images/userManger.png);
left:29px;
top:185px;
width:153px;
height:27px;
}
#dhEnd {
background-image:url(../images/dhEnd.png);
left:0px;
top:696px;
width:1022px;
height:26px;
}