If you mean the
id attribute of an HTML element within the page with "content id", then you can simply search for the text within the element using the
search field within the
HTML panel.
If by "content id" you mean some ID used only at the server, which is not exposed to the browser, you can't find it using Firebug as Firebug only works on the client side.
Sebastian