> > It used to be easy to locate and position the elements of a page, but > Firebug no longer exposes the various bits used to locate images, for > example.
Which "bits" are you talking about? You can examine them using the Inspector<https://getfirebug.com/wiki/index.php/Inspector>. When you hover over images inside the *HTML* panel<https://getfirebug.com/wiki/index.php/HTML_Panel>, *CSS* panel <https://getfirebug.com/wiki/index.php/CSS_Panel> or *Style*side panel<https://getfirebug.com/wiki/index.php/Style_Side_Panel>you'll see a preview <https://getfirebug.com/wiki/index.php/CSS_Panel#Infotips> of them. Inside the *Net* panel <https://getfirebug.com/wiki/index.php/Net_Panel>you can get to know all info related to their network requests. (All this didn't change lately.) > It also seriously rearranges and edits the style elements. Do you have a test case, so we can reproduce that? > I've tried reading through the documentation, but I'm not a high-end > programmer, and I can't understand what Firebug is now telling me. What info don't you understand? > It doesn't even have the decency to show me my own CSS. The *CSS* panel and *Style* side panel show you all the CSS defined in your page. What do you see? Also please make sure it's not another extension that causes the problems you describe. Sebastian -- -- 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 --- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
