固定定位


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>固定定位</title>
<style>
body{height:1000px;margin:0;}
.box{width:100px;height:100px;background:Red; position:fixed;left:50px;top:100px;}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章