DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS詳解 >> CSS 網頁右下角布局代碼
CSS 網頁右下角布局代碼
編輯:CSS詳解     
<html>
<head>
<meta charset="utf-8">
<title>網頁上的右下角布局實例</title> 
<meta http-equiv="Content-Language" content="zh-CN" />
<style type="text/css">
* {margin:0;padding:0;}
.rigdown {position:fixed;bottom:0;right:0;_position:absolute;width:300px;height:250px;border:2px solid green;background:#eeeeee;padding:10px;}
</style>
</head>
<body>
<div>http://www.dnzg.cn/</div>
<div class="rigdown">這裡是右下角中要顯示的內容哦</div>
</body>
</html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved