举报投诉联系我们 手机版 热门标签 名动网
您的位置:名动网 > html style background HTML DOM Style background 属性

html style background HTML DOM Style background 属性

2023-06-01 05:20

html style background HTML DOM Style background 属性

html style background HTML DOM Style background 属性

html style background

Style background 属性

Style 对象参考手册 Style 对象

定义和用法

background 属性以速记形式设置或返回最多五个独立的背景属性。

通过该属性,您可以设置/返回:

  • background-color
  • background-image
  • background-repeat
  • background-attachment
  • background-position

上述的属性,也可以设置单独的样式属性。强烈建议使用单独的属性这样有更好的可控性。

语法

设置 background 属性:

Object.style.background="color image repeat attachment position"

返回 background 属性:

Object.style.background

提示:background 属性的默认值是:transparent none repeat scroll 0% 0%。

参数 描述
color 设置一个元素的背景颜色
image 设置一个元素的背景图像
repeat 设置如何重复背景图像
attachment 设置背景图像是否固定或者随着页面的其余部分滚动
position 设置背景图像的起始位置


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主要浏览器都支持 background 属性。


实例

实例

设置文档背景的样式:

<html>
<head>
<script>
function displayResult()
{
document.body.style.background="#f3f3f3 url("img_tree.png") no-repeat right top";
}
</script>
</head>
<body>

<h1>Hello World!</h1>
<br>
<button type="button" onclick="displayResult()">Set background</button>

</body>
</html>



Style 对象参考手册 Style 对象


阅读全文
以上是名动网为你收集整理的html style background HTML DOM Style background 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 名动网 mdwl.vip 版权所有 联系我们