透明背景 - 不完全透明
我已经在我的网站上实施了 sIFR 3,但遇到了一个奇怪的问题。
标题覆盖在渐变的背景图像上。 该图像是在 CSS 中定义的。 如下图所示,sIFR 覆盖的区域颜色略有不同。
标题图片(死链接)
替换代码如下:
sIFR.replace(Amasis_MT_font, {
selector: 'h1.flashHeader',
css: [
'.sIFR-root { font-weight:normal; color:#507A9A; leading:-10; width:500px }',
'a { text-decoration: none }',
'a:link { color: #507A9A }',
'a:hover { color: #003366 }'
],
wmode: 'transparent'
});
I've implemented sIFR 3 on my site but I'm having a strange issue.
The header is overlaid on a background image which is a gradient. This image is defined in the CSS.
As you can see in the image below, the area covered by the sIFR is a slightly different colour.
Header image (Dead Link)
The code for the replacement is as follows:
sIFR.replace(Amasis_MT_font, {
selector: 'h1.flashHeader',
css: [
'.sIFR-root { font-weight:normal; color:#507A9A; leading:-10; width:500px }',
'a { text-decoration: none }',
'a:link { color: #507A9A }',
'a:hover { color: #003366 }'
],
wmode: 'transparent'
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的显示器是否设置为 16 位颜色?
Could it be that your display is set to 16 bits colors?