透明背景 - 不完全透明

发布于 2024-07-23 11:54:04 字数 559 浏览 5 评论 0原文

我已经在我的网站上实施了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木森分化 2024-07-30 11:54:04

您的显示器是否设置为 16 位颜色?

Could it be that your display is set to 16 bits colors?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文