单项选择题
A.border-top:3pxsolidred; B.border-top:3pxdottedred; C.border-top:3pxdashedblue; D.border-top:3pxdashedred;
内部,span相对父元素div进行定位,父元素div要加()属性?A.position:absolute;B....
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;