Can I combine position: relative and float: left?

前端 未结 5 1608
逝去的感伤
逝去的感伤 2021-02-01 14:40

Can I apply both position: relative and float: left on one element? Like this:

div {
  float: left;
  position: relative;
  top: 0px;
          


        
5条回答
  •  天涯浪人
    2021-02-01 15:38

    Could I apply position relative and float left on one element?

    Yes. Try it out.

提交回复
热议问题