css 背景图像不显示在 Web 开发人员的工具栏中 >编辑CSS
我正在本地处理 xhtml css。
为什么 css 背景图像不显示在 Web 开发人员工具栏中 >编辑CSS选项?
有什么解决方法吗?
有人遇到过这个问题吗?或者我应该重新安装 Firefox 和插件?
I'm working on a xhtml css locally.
Why css background images doesn't show in Web developer toolbar > Edit css option?
Is there any workaround for it?
Has anyone faced this issue or I should reinstall firefox and plugin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须在图像 URL 中使用绝对路径。请参阅此线程以获取更多信息:
http://forums.mozillazine.org/viewtopic.php?f= 19&t=200043
You have to use absolute paths in the image URLs. See this thread for more info:
http://forums.mozillazine.org/viewtopic.php?f=19&t=200043
尝试一下 Firebug 插件怎么样?它对检查和调试 CSS 有很好的支持。
How about trying the Firebug plugin? It has pretty great support for inspecting and debugging CSS.