博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于position
阅读量:5050 次
发布时间:2019-06-12

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

有四个属性:  static:静止relative:相对的fixed:固定的(广告等信息固定在网页的某个位置,不管你上下滑动位置不变)absolu:绝对的.box{display:inline-block;width: 100px;height: 100px;background: blue;color: rgb(71, 16, 16);}#two {position: fixed;top: 200px;left: 100px;background: red;}#one{position: absolute;top: 1000px;left: 10px;background: black;} #three{position: sticky;top: 200px;left: 80px;background: purple;}

  

    
Document
one
two
three
four

  

 

 

转载于:https://www.cnblogs.com/Jason1/p/9712491.html

你可能感兴趣的文章
ES6内置方法find 和 filter的区别在哪
查看>>
Android入门之文件系统操作(二)文件操作相关指令
查看>>
Android实现 ScrollView + ListView无滚动条滚动
查看>>
Swift 中的指针使用
查看>>
Swift - 使用闭包筛选过滤数据元素
查看>>
alue of type java.lang.String cannot be converted to JSONObject
查看>>
搜索引擎选择: Elasticsearch与Solr
查看>>
JAVA设计模式之简单工厂模式与工厂方法模式
查看>>
③面向对象程序设计——封装
查看>>
【19】AngularJS 应用
查看>>
Spring
查看>>
Linux 系统的/var目录
查看>>
Redis学习---Redis操作之其他操作
查看>>
WebService中的DataSet序列化使用
查看>>
BZOJ 1200 木梳
查看>>
【Linux】【C语言】菜鸟学习日志(一) 一步一步学习在Linxu下测试程序的运行时间...
查看>>
hostname
查看>>
SpringBoot使用其他的Servlet容器
查看>>
关于cookie存取中文乱码问题
查看>>
k8s架构
查看>>