是否可以在html中添加背景圖片?你可以在html中添加背景圖片嗎?
這裏是我的小提琴,我需要它的「容器格」
我還需要背景在畫布我能做到這一點在CSS伸展?
<div id="profile-container">
<div id="fixed-header"></div>
<div class="container" style="background: url("../../img/followers/followers-tabs.png") no-repeat 0 0px;"></div>
<div class="sticky-header">This needs to be fixed when hits top of screen</div>
<div class="img">needs to be smooth</div>
<div class="img"></div>
<div class="img"></div>
</div>
乾杯
請參考:http://stackoverflow.com/questions/1150163/stretch-and-scale-a-css-image-in-the-background-with-css-only – Marco
修復您的報價:''背景:url(「../../ img/followers/followers-tabs.png」)no-repeat 0 0px;「'to'」background:url('../../ img/followers/followers-tabs .png')no-repeat 0 0px;「' – j08691
請問你可以加小提琴嗎? –