【发布时间】:2023-04-03 16:19:01
【问题描述】:
我有一个包含背景图像的 div,我想在右下角保持对齐,但我希望图像根据浏览器窗口的大小进行缩放。我目前拥有的是:
backgnd {
background: url(img/roneggler.png) no-repeat;
position: fixed;
bottom: 0px;
right: 0px;
width: 1000px;
height: 1000px;
}
我尝试将width 和height 值设置为100%,但这与div 的位置不一致。该页面的链接可以在这里找到:http://inetgate.biz/ron.eggler/
【问题讨论】:
标签: html css background-image scale