treehouse : what would you like to learn today?
Web Design Web Development iOS Development

FireBug - debug color meanings

  • I was curious if anyone knows where you can read what the coloring of text represents in Firebug.

    Example:

    - after inspecting, any 'light gray' text compared to the normal text?

    - When loading, areas that might highlight yellow, ONLY during the load time in firebug?

    Thanks,
  • I believe light-gray text means that the property can't be seen, and highlighted sections are changed DOM properties or values.