我已阅读CSS背景附件手册,从未得到真正的想法.但是,今天我吸取了如下教训: .#city-images-div { background: url(../img/100.jpg) no-repeat fixed 0px 0px; position: absolute; top: 2px; left: 2px; width: 557px; heigh
.#city-images-div { background: url(../img/100.jpg) no-repeat fixed 0px 0px; position: absolute; top: 2px; left: 2px; width: 557px; height: 374px; cursor: pointer; border: none; } <div id="city-images-div"></div>
上面的代码不会帮我显示背景图片100.jpg.
如果我将背景附件从修复更改为滚动,则可以显示图片.
图像的尺寸为557×374.
我不知道为什么背景附件在这里发挥了这样的作用.
Q1>背景附件的实际用法是什么?
Q2>如果值是固定的,为什么图像不显示,如果值是滚动则正确显示.
谢谢
// update // this is a typo and fix should be fixed.它有一些实际用途,但我现在想不到任何东西.
至于为什么它不适合你,它应该是固定的,而不是修复.