摘要:
CSS Position(定位) position 属性指定了元素的定位类型。 定位=定位模式+边偏移(top,bottom,left,right属性值) position 属性的五个值: static 静态定位 relative 相对定位 fixed 固定定位 absolute 绝对定位 stic 阅读全文
posted @ 2020-07-20 13:47
unfetteredman
阅读(572)
评论(0)
推荐(0)
摘要:
清除浮动方法: 1,额外标签法(隔墙法)w3c推荐做法;会在浮动元素末尾添加空的标签,<div style="clear:both"></div> 注意:新的标签必须是块级元素。 clearn:both; 2,父级添加overflow属性; 给父级元素添加属性:overflow:hidden;(au 阅读全文
posted @ 2020-07-20 10:05
unfetteredman
阅读(115)
评论(0)
推荐(0)
浙公网安备 33010602011771号