单项选择题
A.position:absolute; B.position:relative; C.position:static; D.position:fixed;
想让UL中的LI距离UL的顶部有5px的距离,通过()样式完成?A.ul{padding-top:5px}B....
单项选择题想让UL中的LI距离UL的顶部有5px的距离,通过()样式完成?
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