On Jun 28, 8:30 pm, Mark Filipak <[email protected]> wrote: > Step 1: Browse tohttps://www.google.com > Step 2: Open FireBug via button on the Navigation Toolbar in FireFox > Step 3: In FireBug's DOM property tree, browse to document.body by clicking > on either [+] (for "[+] document" and then "[+] body") or the name of the > property (i.e., "document", then "body") > > The top greyed line reads: "window", not "window.document.body" as expected. Yep, true.
Try one more step: Step 4: Click on the body value (next to the prop name): body#gsr The top greyed line reads: window > document > body Do you see it now? Honza -- 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 https://groups.google.com/forum/#!forum/firebug
