When to use CSS positioning?

前端 未结 4 1339
伪装坚强ぢ
伪装坚强ぢ 2020-12-03 11:47

I am new to the world of coding, XHTML, CSS as well as PHP. I have come across numerous tutorials regarding positioning i.e. relative, absolute and fixed however have no ide

4条回答
  •  情深已故
    2020-12-03 12:18

    For understanding CSS positioning, you need to get familiarize with the "CSS BOX Model"

    There are tons of tutorials online. Here are some good ones with examples for beginners:

    http://www.brainjar.com/css/positioning/default.asp

    http://www.tizag.com/cssT/position.php

    http://www.alistapart.com/articles/css-positioning-101/

提交回复
热议问题