【发布时间】:2023-03-29 01:40:01
【问题描述】:
有谁知道为什么下面的代码不起作用?我真的很想使用这种方法而不是任何 JavaScript 方法。我也尝试了绝对路径,但没有运气。
.test {
width: 500px; /* Must Specify Width */
height: 176px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../images/test-bg.png');
}
【问题讨论】:
-
确保路径是相对于它显示的页面,而不是 CSS 文件。所以你试过 src='/images/test-bg.png' ?
标签: css xhtml internet-explorer-6