首页 > 其他 > 详细

9。11

时间:2016-09-11 18:39:10      阅读:101      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!