html 定位fixed

2015-06-29 0 800
html 定位fixed
<html>
	<head>
		<title>123</title>
		<style>
			#sub1{
				width:50px;
				height:80px;
				border:1px solid #dcdcdc;
			}
			#sub2{
				position:fixed;
				top:250px;
				right:20px;
				width:50px;
				height:80px;
				border:1px solid #dcdcdc;
				margin-top:5px;
			}
			#sub3{
				width:250px;
				height:880px;
				border:1px solid #dcdcdc;
				margin-top:5px;
			}
		</style>
	</head>
	<body>
		<div id="parent">
			 <div id="sub1">sub1</div>
			 <div id="sub2">sub2</div>
			 <div id="sub3">sub1</div>
		</div>
	</body>
</html>

遇见资源网 html html 定位fixed http://www.ox520.com/14281.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务