On Mar 27, 9:04 pm, "[email protected]" <[email protected]> wrote: > I can see from firebug where I need to make my changes in the code - I > just don't understand where the code is located - library/xxx.css > etc. > > How do I find this out form firebug please. > > Jon
You don't. You can't. Firebug - and your browser, and the entire system running on your local machine - does not have, and _cannot_ have any knowledge about the structure of files on your server. As tan said, you _can_ find out from Firebug what the HTTP call was which provided the particular css rule. If that URL ends with something that looks like a filename (xxx.css) then there is a good chance that it comes from a file of that name somewhere on your server. But whether it really does, and where it might be on your server, is something you will have to find out from how your server is configured. -- 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.
