码迷,mamicode.com
首页 > Web开发 > 详细

CSS 网页右下角布局代码

时间:2015-02-27 17:03:03      阅读:141      评论:0      收藏:0      [点我收藏+]

标签: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><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
<div class="rigdown">这里是右下角中要显示的内容哦</div>
</body>
</html>

CSS 网页右下角布局代码

标签:css 网页右下角布局代码

原文地址:http://blog.csdn.net/life66881/article/details/43969453

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!