A. overflow:both; B. overflow: visible; C. clear:both; D. clear:center;
A. both B. hidden C. auto D. scroll
A. static B. relative C. absolute D. visible
A. left B. right C. both D. center
A. position: auto; B. position: fixed; C. position: absolute; D. position: relative;
A. .special{ position: relative;} B. .special{ position: absolute; top:20px; left:16px;} C. .special{ position: fixed;; top:20px; left:16px;} D. .special{ position:static;}
A. 对 B. 错