CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
FireBug - debug color meanings
pghtech
Permalink to comment
#
September 2008
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,
noahgelman
Permalink to comment
#
August 2010
I believe light-gray text means that the property can't be seen, and highlighted sections are changed DOM properties or values.
Add a Comment
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,