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'
});
4

1 回答 1

0

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

于 2009-06-03T22:12:32.043 回答