FireBug is the must have Addon for Developers
Posted on Feb 17, 2009 by
Paul WhiteJust wanted to share this with other developer who might be starting
out and getting lost in
CSS. The FireBug addon for Firefox is the best
tool for finding bugs in your
CSS referencing.
I was having a hell of time trying to figure out where in my code a TD tag was inheriting a display:block. The Firebug addon for firefox makes it easy. I was able to dive into my code right down to the TD that was not behaving. Then on the right side was a panel that shows exactly what properties this tag had inherited from parent tags. It also shows me what link this code is on in my referenced
CSS file. I just can't enough great things about this addon. I highly recommend it.
Discussion
No Comments have been submitted