On 01 Apr 16:00, Chris G wrote:
I'm trying to work out another CSS conundrum and, as per Brett's advice, I am trying to use Firebug to do it.
However, at the moment, I really can't see how Firebug can be used to help me find what CSS is applied to a specific bit of HTML.
I can follow the HTML facilities of Firebug OK, how it highlights the sections of a page as you click on different bits of HTML in the Firebug window. However I'm not at all sure how to then try and work out what particular bit of CSS is affecting something.
Can anyone (Brett?) elucidate a little for me.
Use the clicky box button, click on the bit you're looking for the css for, and the css for that should appear (including which bits are overridden) on the right of the firebug window (Oh, and do all that in the HTML tab, not the CSS tab).