单项选择题
A.ul{padding-top:5px} B.ul{margin-top:5px} C.ul{padding-top:5px5px} D.ul{padding-bottom:5px}
(网站)#wrap{width:600px;height:200px;background:#ccc;posi...
单项选择题(网站)#wrap{width:600px;height:200px;background:#ccc;position:absolute;}实现wrap在浏览器中垂直居中,需要再添加什么样式?()
A.top:50%;margin-top:-100px; B.top:50%;margin-top:100px; C.left:50%;margin-top:-100px; D.top:50%;margin-left:-100px;
(网站)以下哪个标签在IE6,IE7,IE8和Firefox2等老式浏览器中却不能识别和正常使用()A.hea...
单项选择题(网站)以下哪个标签在IE6,IE7,IE8和Firefox2等老式浏览器中却不能识别和正常使用()
A.head B.body C.section D.meta
实现一个已知宽高的盒子在浏览器中水平和垂直都居中,需要使用()属性。A.float:rightB.positi...
单项选择题实现一个已知宽高的盒子在浏览器中水平和垂直都居中,需要使用()属性。
A.float:right B.position:relative C.?position:absolute D.float:left