码迷,mamicode.com
首页 > 其他好文 > 详细

您右下角有份、、、

时间:2017-09-23 20:10:02      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:pos   定位   body   http   固定   back   bsp   order   height   

position:位置使用

position:fixed固定位置


 

用途:例如右下角弹框

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>position:fixed</title>
<style type="text/css">
#please{
width:200px;
height:200px;
position:fixed;
background:#FFFF00;
border:#000000 solid 2px;
bottom:0;
right:0;
position:
}

</style>
</head>
<body>

<div id="please">请问
</div>
</body>

您右下角有份、、、

标签:pos   定位   body   http   固定   back   bsp   order   height   

原文地址:http://www.cnblogs.com/xiandong/p/7582044.html

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