其它代码
xhtml部分
<div id="warning"> <a href="http://www.butong.net/">网页代码库 - 分享web前端技术</a> </div>
css部分
#warning {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: 0;
font: message-box;
}
#warning a {
display: block;
color: #000;
background: #FFFFE1;
border-bottom: 2px outset #ACA899;
padding: 8px 0 5px 0;
width: 100%;
text-decoration: none;
text-align: center;
cursor: default;
}
#warning a:hover {
color: #FFF;
background: #316AC5;
}