日期:2014-05-16 浏览次数:20675 次
<!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>
<style>
body {
margin:0;
}
.softtext {
margin:0;
color:#109010;
border-left:5px;
}
.softtext:hover{
position:relative;
color:#F06030;
background-color:#CCC
}
.header {
background-color:#9CF;
font-size:14px;
height:23px;
line-height:23px;
}
a:link{
text-decoration:none;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<div class="header">
<img src="home.gif" scr="/"><a href="#" title="把XXX设置为主" class="softtext">把XXX设置为主页</a>
</div>
</body>
</html>