1. position : 属性值有absolute 、fixed、relative

           absolute:生成绝对定位的元素,相对第一父元素进行定位;

    fixed :   生成绝对定位的元素,相对于浏览器窗口进行定位;

    relative:生成相对定位的元素,相对于其(代指元素本身)正常位置进行定位;

详细用法可参考:http://www.w3school.com.cn/css/pr_class_position.asp

相关文章:

  • 2022-02-27
猜你喜欢
  • 2021-08-21
  • 2021-08-03
  • 2021-10-31
  • 2021-11-12
  • 2021-11-12
  • 2021-11-12
  • 2021-05-25
相关资源
相似解决方案