【单选题】
页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览器中运行此页面,下面( )能正确获取层的背景颜色。(选择一项)
①
document.getElementById(price).currentStyle.backgroundColor
②
document.getElementById(price).currentStyle.background-color
③
document.getElementById(price).style.backgroundColor
④
var divObj=document.getElementById(pricedocument.defaultView.getComputedStyle(divObj,null).background;
【判断题】
CSS中的color属性用于设置HTML元素的背景颜色。
【单选题】
页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览器中运行此页面,下面( )能正确获取层的背景颜色。
①
document.getElementById(price).currentStyle.backgroundColor
②
document.getElementById(price).currentStyle.background-color
③
document.getElementById(price).style.backgroundColor
④
var divObj=document.getElementById(price);document.defaultView.getComputedStyle(divObj,null).background;
【单选题】
选中层之后,可以在属性面板中调整层的显示属性。其中表示层总是隐藏的选项是?
【单选题】
选中层之后,可以在属性面板中调整层的显示属性。其中表示层总是隐藏的选项是( )
【判断题】
选中表格后,可以使用属性面板设置表格的行、列、宽等属性。
【判断题】
body标记中用于背景颜色的属性是background。
【判断题】
在利用CSS表现XML时,如果需要设置xml元素的多个背景属性,可以利用简略属性“background”一次进行设置,多个属性值之间用空格分开。