博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
无缝滚动的float属性
阅读量:4839 次
发布时间:2019-06-11

本文共 473 字,大约阅读时间需要 1 分钟。

The float CSS property specifies that (1) an element should be taken from the normal flow and (2) placed along the left or right side of its container, where text and inline elements will wrap around it.

 

(1): ?

因为设置了ul li {float:left},这是所有的li其实已经从ul中脱离出来,这里解释为ul感知不到li的存在。而且没有设置ul的height属性,所以ul.height的属性值为0;

 

(2):为什么ul移动时,li也会跟着移动 ?

虽然ul感知不到li的存在,但是li placed along the left and right side of its container,所以当ul移动时,li也会跟着移动;

转载于:https://www.cnblogs.com/linxd/p/4541047.html

你可能感兴趣的文章
bootstrap table 复选框使用
查看>>
ng -v 不是内部或外部命令
查看>>
图片模糊化处理
查看>>
iOS10 App适配权限 Push Notifications 字体Frame 遇到的坑!!!!
查看>>
一语道破项目管理知识体系五大过程组
查看>>
Mac连接远程Linux管理文件(samba)
查看>>
WPF变换详解
查看>>
flash player 请求本地存储为无限制
查看>>
程序逻辑的组织方式
查看>>
今天正式开通博客
查看>>
javascript逗号添加函数
查看>>
Codeforces Round #307 (Div. 2) E. GukiZ and GukiZiana 分块
查看>>
hdu 5452 Minimum Cut 树形dp
查看>>
perf4j @Profiled常用写法
查看>>
配置的热更新
查看>>
ios view的frame和bounds之区别(位置和大小)
查看>>
USB小白学习之路(11) Cy7c68013A驱动电路设计注意事项(转)
查看>>
Luogu 2530 化工厂装箱员
查看>>
自定义webUI实例
查看>>
用NSAttributedString实现简单的图文混排
查看>>