DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> 網頁特效代碼 >> 猴年春節對聯CSS特效
猴年春節對聯CSS特效
編輯:網頁特效代碼     
效果預覽:http://hovertree.com/texiao/css/20/

代碼:<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>猴年春節對聯 - 何問起</title><base target="_blank" />
<meta charset="utf-8" />
<style>
#duiliantop{
position: absolute;
background: url(http://hovertree.com/texiao/css/20/images/o_top.jpg);
background-repeat:no-repeat;
width: 1024px;
height:510px;
top: 0px;
left: 0px;
right:0px;
background-size: 100% 100%;
margin:0px auto;
}

#duilianleft{
position: fixed;
background: url(http://hovertree.com/texiao/css/20/images/hewenqileft.png);
background-repeat:no-repeat;
width: 200px;
width: 200px;
height: 550px;
left: 10px;
top: 25px;
z-index: 18;
}

#duilianright{
position: fixed;
background: url(http://hovertree.com/texiao/css/20/images/hewenqiright.png);
background-repeat:no-repeat;
width: 200px;
height: 550px;
right: 10px;
top: 25px;
z-index: 18;
}#hewenqiinfo{
width:100%;text-align:center;position:fixed;bottom:10px;
}#hewenqiinfo a{color:deeppink;text-decoration:none}
#hewenqiinfo a:hover{color:yellowgreen;}
</style>
</head>
<body>
<div id="duiliantop"></div>
<div id="duilianleft"></div>
<div id="duilianright"></div>
<div id="hewenqiinfo"> <a href="http://hovertree.com/">首頁</a> <a href="http://hovertree.com/texiao/">特效</a> <a href="http://hovertree.com/h/bjaf/vpymcfwh.htm">原文</a></div>
</body>
</html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved