Who modified my divs?

Discussion in 'CSS' started by ForumJoiner, Jun 16, 2008.

  1. #1
    I would like a way to find out what rules were applied to my divs.
    For instance, I want to click on an element in the browser and to see something like:
    - font : bold 15px
    (rules
    font : bold (test.css : line 1)
    font : 15px (test.css : line 5)
    )

    Is there any software that can do this?
    I found IE DOM Explorer, but I want more.
     
    ForumJoiner, Jun 16, 2008 IP
  2. escadia

    escadia Peon

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Firebug extension for Firefox would be a good tool for your needs.
     
    escadia, Jun 16, 2008 IP
  3. ForumJoiner

    ForumJoiner Active Member

    Messages:
    762
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    83
    #3
    Excellent! Thank you very much! Exactly what I needed...
     
    ForumJoiner, Jun 16, 2008 IP