如何动态设置网页中层的背景?

发布网友 发布时间:4小时前

我来回答

3个回答

热心网友 时间:40分钟前

<div style="background-color:red;">
</div>
具体如下:
样式标签属性 样式属性(用在js等脚本中)
background background 设置或获取对象最多五个的背景属性。
background-attachment backgroundAttachment 设置或获取背景图像如何附加到文档内的对象中。
background-color backgroundColor 设置或获取对象内容后的颜色。
background-image backgroundImage 设置或获取对象的背景图像。
background-position backgroundPosition 设置或获取对象背景的位置。
background-position-x backgroundPositionX 设置或获取 backgroundPosition 属性的 x 坐标。
background-position-y backgroundPositionY 设置或获取 backgroundPosition 属性的 y 坐标。
background-repeat backgroundRepeat 设置或获取对象的 backgroundImage 属性如何平铺。

热心网友 时间:43分钟前

获得任意一个div的引用然后通过ref.style.backgroundImage属性更改背景图的url,如
ref.style.backgroundImage="url(../images/genius.png)";

热心网友 时间:37分钟前

style.backgroundImage

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com