列表方块
<ol> <ul>
lisd-style
将列表前面序号去掉
格式与布局
位置
position
fixed 固定
相对于浏览器边框固定
absolute
相对于父级元素(浏览器,绝对定位的上级)
relative
相对位置,相对于自身原本应该出现的位置
top,left,right,bottom
调位置
<head> </head>
<style type="text/css">
*{ margin::0px auto; padding:0px;}
</style>
</head>
流
float
left
right
clear:both
流结束,要清流
z-index分层
值越大越靠上
与position float 配合使用
时间: 2024-10-29 19:06:10