Re: Find the active CSS
Suddenly, without warning, howa exclaimed (3/17/2008 12:56 PM):
> 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?
Web Developers Toolbar?
jmc
|