<html>
<head>
<style type="text/css">
h2.pos_abs
{
position:absolute;
left:100px;
top:150px
}
</style>
</head>

<body>
<h2 class="pos_abs">这是带有绝对定位的标题</h2>
<p>通过绝对定位,元素可以放置到页面上的任何位置。下面的标题距离页面左侧 100px,距离页面顶部 150px。</p>
</body>

</html>css 属性之绝对定位

相关文章:

  • 2021-06-07
  • 2021-10-07
  • 2021-08-31
  • 2021-10-27
  • 2021-12-03
  • 2021-08-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-01
  • 2021-05-22
  • 2021-10-09
  • 2022-02-12
  • 2021-11-19
相关资源
相似解决方案