CSS定位、浮动、对齐

定位 position 元素可使用 top right bottom left属性定位,可是都要先设定position类型,不然不能正常工做 position属性指定了元素的定位类型:static fixed relative absolute static 静态定位 这是HTML元素的默认值, 元素出如今正常的流中, static定位不会受到上下左右的影响 fixed 固定定位 元素的位置相对于
相关文章
相关标签/搜索