672 B
672 B
title, localeTitle
title | localeTitle |
---|---|
CSS Position | CSS职位 |
CSS职位
position属性指定用于元素的定位方法的类型。它有5个关键字值:
.static { position: static; } // default value
.relative { position: relative; }
.sticky { position: sticky; }
.fixed { position: fixed; }
.absolute { position: absolute; }
更多信息:
MDN文档: MDN
浏览器支持: caniuse