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

9。11

时间:2016-09-11 18:41:54      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:

列表方块
<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 配合使用

9。11

标签:

原文地址:http://www.cnblogs.com/ysdong/p/5862140.html

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