1个回答
展开全部
帮你写出来了,参数根据需要自己设置:
<html>
<head>
<style type="text/css">
div.fixed
{
width:50px;
height:212px;
display:block;
margin:0px;
padding:0px;
position:fixed;/* 相对于屏幕定位 */
right:5px;/* 横向位置也可用left */
bottom:5px;/* 纵向位置也可用top */
background-color:#2c97ed;
}
</style>
</head>
<body>
<div class="fixed"></div>
</body>
</html>
可以直接复制下去看效果,代码是纯手写,请记得采纳,谢谢!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询