CSS——fixed 固定定位相对于父容器
时间:2019-06-27 14:36:28
收藏:0
阅读:445
position:fixed 固定定位
用 left top 都是相对于浏览器的。
我今天想给网页做一个固定定位的导航 偶然间发现。可以用margin 相对于父容器定位。
小伙伴们可以试试。
不用left top 用margin-left 试试
-小收获
原文:https://www.cnblogs.com/ruogu/p/11096647.html
评论(0)