如何禁用特定 div 中标题的 sIFR
是否可以让 sIFR 2 替换 #content 等内容中的标题,但不能替换 #sidebar 中的标题?
谢谢,
奥苏
Is it possible to have sIFR 2 replace headings in a content like #content, but not in #sidebar?
Thanks,
osu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要在替换语句中使用更具体的选择器。
而不是这样的:
您需要一个更具体的选择器:
You need to use a more specific selector in your replace statement.
Instead of something like this:
You need a more specific selector:
感谢您回复我。
我正在使用这段代码,但是 #sidebar div 中的 h2 标签等仍然受到影响,因为我看不到它们(尽管那里没有 flash 动画,所以也许这是一个 css 问题?):
Thanks for getting back to me.
I'm using this code, but the h2 tags etc. are still affected in the #sidebar div because I can't see them (although there's no flash animation there, so maybe this is a css issue?):
知道了!
我和你有同样的问题。进入 sIFR-screen.css,您会看到:
这意味着如果计算机有闪存,所有 h4 都将被隐藏 - 禁用它,如果您愿意,可以提供更具体的 CSS...
原始问题...
你把 sIFR 放在页面上,所有的标题都消失了...你启用了一些特定的 #ids ..很棒,但其余的仍然死了...直到你调整 sIFR css...
Got it!
I had the same problem as you. Go into the sIFR-screen.css, and you'll see:
This means that all h4's will be hidden if the computer has flash - disable it, and provide more specific CSS if you like...
origninal problem...
You put sIFR on the page, all the Headers disapear... you enable some specific #ids .. great, but the rest are still dead... until you tweak sIFRs css...