2017-03-08 26 views
-1
document.body.style.background = "#f3f3f3 url('https://c1.staticflickr.com/3/2830/9163069867_9c5ee85409_b.jpg') no-repeat right top"; 

你怎麼調整這個HTML DOM風格中的背景圖片如何使用HTML dom調整背景圖像?

http://w3schools.bootcss.com/jsref/prop_style_background.html 我一直在使用這個鏈接作爲幫助,它說,你可以編輯的大小,但我不知道如何

+0

您是否閱讀了您發佈的鏈接的整個頁面?您可以在背景值中指定大小:'object.style.background =「彩色圖像重複附件位置大小原始剪輯|初始|繼承」'。你也可以使用'object.style.backgroundSize =「60px 120px」'設置背景大小。 – r3bel

回答