sifr问题——一切看不见的东西
据我使用 sifr.setup();
每个 h2、h1 等都变得不可见。 但我不想要这样。
我只是希望“选择器”提供替换并变得不可见和替换。
我怎样才能防止这种情况发生?
我还有另一个问题,每个字体都是蓝色的,而且它永远不会从任何地方获得这种颜色。
As far as I use sifr.setup();
every h2, h1, and so on becomes invisible. But I don't want that.
I just want the "selectors" to provide a replacement and become invisible and replaced.
How can I prevent that?
I also have another problem where every font is blue and it never gets that color from anywhere.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您保留了隐藏这些元素的原始 CSS。 查看 CSS 文件并删除原始的
.sIFR-hasFlash h1
选择器。你能发布一个颜色问题的例子吗?
Sounds like you've kept the original CSS, which hides those elements. Have a look at the CSS file and remove the original
.sIFR-hasFlash h1
selectors.Can you post an example for the color problem?