Re: Find the active CSS
howa schrieb:
> hi,
>
> Is it possible to see the actual rendered CSS, e.g.
>
> body, p {
> color:white;
> }
>
> p {
> color:red;
> }
>
> I want to get:
>
> body {
> color:white;
> }
>
> p {
> color:red;
> }
>
>
> Possible, such as using FF extension?
Firebug
|