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>

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。