Web Design Blog
Popular Posts
Categories
How to fix Firebug not allowing you to live edit your CSS
Posted on Thursday, October 1st, 2009 under firefox by Dustin Brewer.I use Firebug constantly to easily edit a website’s CSS so I can fine tune a design or make adjustments, so when it stopped working, so did I. Everytime I would try to live-edit a site’s CSS it would give me “Failed to load source for:
Like many other web designers and web developer I frequently disable cache so I’m sure my updates on a website are showing and don’t have to command+shift refresh to make sure my changes did or did not work correctly. It probably took a few days but that was when I had the epiphany of how Firebug probably pulled the CSS, rather than downloading the CSS each time it probably pulled from the most recently cached version. Therefore, with the web developers disable cache function it was effectively disabling my ability to pull and edit the CSS live. Turning off that feature fixed my problem with Firebug and made me wonder how many others had following the other advice I had found and gone to the trouble of uninstalling their Firefox and starting over.
Anyway, posting this to hopefully save someone else the trouble. I missed my Firebug.


I haven’t encountered this problem yet, but maybe it’s because I’m using firebug on my local webserver. Thanks for the info though, I’ll remember this if I ever run into the same problem.
[...] Comments [...]
hmmm… i have this exact same problem, however my cache is enabled and problem persists. really annoying actually.
[...] Comments [...]
Thanks that fixed it for me!
Yup, that did the trick for me. I actually had to restart firefox or it still wouldn’t work.
Thanks.