On 26 sep, 02:57, Michael Russo <[EMAIL PROTECTED]> wrote: > When I load a particular page, I notice the collapsed <head> tag > flashed yellow for a second. What does this mean? Also, what does it > mean when a line of HTML is dimmed? Is there a documentation that > explains these kind of things?
I'm unsure about the <head> flashing in yellow (I can't see that in my computer) but dimmed lines represent hidden tags (e.g., those with "display: none" CSS). About docs, open the Firebug panel and click on the cockroach icon in the left upper corner. There's a link that points to the documentation are in Firebug's web site. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
