HTML:
#backgroundproduct { position: fixed; top: 5%; left: 5%; width: 90%; height: 90%; z-index: 12; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: top; }
<div id="backgroundproduct" style="background-image: url(http://example.com/example.jpg)">
我使用一个图像作为背景图像,只有图像的下部比前更重要。
我怎样才能使背景上去了一点?