当用图片替换#SITE-TITLE时,为什么它必须位于根目录?

时间:2012-02-08 作者:ef2011

我需要更换#site-title 我发现了一篇很好的博客文章解释了这一点:

http://bentcorner.com/replacing-wordpress-twenty-eleven-site-title-with-an-image/

但似乎要放置的图像background: url(/header.png) #fff no-repeat; 必须始终位于根目录中(~/public_html).

我用的是20个精灵child theme和我尝试将图像文件放置在images 子主题的子目录,但执行此操作时,不会看到任何图像。到目前为止,本文中描述的解决方案仅在将映像放置在根目录中时有效。

为什么会这样?

是否有方法允许将图像放置在子主题的images子目录中?

1 个回复
最合适的回答,由SO网友:Kyle 整理而成

/in标题。png使其看起来像根目录。

试着去做background: url(header.png) #fff no-repeat;

结束

相关推荐

图片标题有10px的额外页边距,而它不是css?

Possible Duplicate:Caption in Page adding unwanted 10px to width 这是一篇帖子的屏幕截图。我已经给了。wp标题为黑色背景,因此可以看到右侧额外的10px边距。顶部的10px边距是有目的的。I don\'t know what is causing the 10px margin on the right and there is nothing else I can find in my code that would create it.