<div style="position:relative;">
<img src="" width="500" height="500" />
<div style="position:absolute; left:80px; top:50px; border:#000 solid 1px;"><img src="" width="50" height="50"/></div>
</div>

可以用里面的LEFT,TOP属性控制他的位置
position:absolute属性的标签会根据他上层最近的position:relative;进行浮动!

相关文章:

  • 2021-12-31
  • 2022-01-06
  • 2021-06-04
  • 2022-12-23
  • 2021-07-26
  • 2021-07-02
  • 2022-12-23
  • 2021-04-17
猜你喜欢
  • 2021-12-19
  • 2021-07-05
  • 2021-04-14
  • 2021-11-28
  • 2022-01-14
  • 2021-05-24
相关资源
相似解决方案