SOURCE

console 命令行工具 X clear

                    
>
console
<div id="c">
  <div id="d">
     <a href="http://wwwbaidu.com" target="_blank">首页</a><br><br>
  
  <a href="http://wwwbaidu.com" target="_blank">谢娜发博疑呛卓伟</a><br><br>
  <a href="http://wwwbaidu.com" target="_blank">贝克汉姆14年无缘封爵</a><br><br>
  <a href="http://wwwbaidu.com" target="_blank">baby素颜晒自拍</a><br><br>
    <a href="http://wwwbaidu.com" target="_blank" >《亚瑟王》贝克汉姆首登中国银幕</a><br><br>
  <a href="http://wwwbaidu.com" target="_blank">白百合,羽凡双出轨</a><br><br>
    <a href="http://wwwbaidu.com" target="_blank">娱乐没底线,出轨上头条</a><br><br>
    <a href="http://wwwbaidu.com" target="_blank">卓伟爆料半个娱乐圈</a><br><br>
    <a href="http://wwwbaidu.com" target="_blank">全家游马尔代夫</a><br><br>
  </div>
</div>
#c{
  width:350px;
  height:500px;
  background-image:url(http://pic5.nipic.com/20100106/3279936_094231021979_2.jpg);
  background-size:350px 500px;
}
#d{width:200px;
height:300px;
position:absolute;
left:20px;
top:130px;}


a:link {color: goldenrod}		/* 未访问的链接 */
a:visited {color: #00FF00}	/* 已访问的链接 */
a:hover {color: black}	/* 鼠标移动到链接上 */
a:active {color: #0000FF}	/* 选定的链接 */