freeCodeCamp/guide/chinese/css/properties/position-property/index.md

557 B
Raw Blame History

title localeTitle
Position Property 职位财产

职位财产

position属性指定用于元素的定位方法的类型。它有五个关键字值

    .static         { position: static; } 
    .relative       { position: relative; } 
    .sticky         { position: sticky; } 
    .fixed          { position: fixed; } 
    .absolute       { position: absolute; } 

更多信息:

文件: MDN

浏览器支持: caniuse