Find the active CSS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • howa

    Find the active CSS

    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?
  • Christian Kirsch

    #2
    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

    Comment

    • howa

      #3
      Re: Find the active CSS

      On 3$B7n(B17$BF |(B, $B2<8a(B3$B; ~(B59$BJ,(B, Christian Kirsch <c...@bru6.dewr ote:
      >
      Firebug

      Yes, but only when I inspect a particular element.

      What I want is a global one.

      Howard

      Comment

      • jmc

        #4
        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

        Comment

        Working...