0

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?

Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
  • You mean "Edit CSS" is dropping values that are in the original CSS? I find that hard to believe. Can you show an example? – Pekka Mar 15 '10 at 16:06

2 Answers2

2

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

ninusik
  • 235
  • 1
  • 3
  • 12
0

How about trying the Firebug plugin? It has pretty great support for inspecting and debugging CSS.

Tobias Cohen
  • 19,893
  • 7
  • 54
  • 51