Developer tools not showing height and width

Discussion in 'HTML & Website Design' started by sunny04, Jan 13, 2013.

  1. #1
    Hello,
    I just tried the chorme extension resolution test and one more I cant remember. And I noticed that when I inspected an element with developer tools, the height and width of that element that used to show before is not appearing now. I disabled and removed all the extensions and deleted them, but still the same problem.
    Any one knows how I can fix this?
     
    sunny04, Jan 13, 2013 IP
  2. ryan_uk

    ryan_uk Illustrious Member

    Messages:
    3,983
    Likes Received:
    1,022
    Best Answers:
    33
    Trophy Points:
    465
    #2
    It's just not in the CSS any more? Or you changed a class or ID name and didn't update it in the CSS file? Or something along those lines. You can always look under computed styles and tick "show inherited". You will be able to expand a style to see where it was inherited from.
     
    ryan_uk, Jan 13, 2013 IP
  3. sunny04

    sunny04 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No, everything is working correctly. The page is getting rederred correctly, Its just one small thing in the developer tools that is not working. And that is the yellow tag that shows the dimensions of the selected element is not getting showed.There is no yellow tag. Also I noticed that if I have an empty div, ie, nothing between
    <div> and </div>
    HTML:
    Then the yellow tag is shown, with dimensions like 1399px x 0px .... which is correct: width x hieght. But if I have something between starting and ending tags of an element. ie. if I have some content, then when I right click and do inspect element, everything works correct, the element is highlighted, it shows the padding in green, the margins in orange...... just that yellow tag with dimensions is not there.

    And its not just for my site, but all the site that I try to inspect using developer tools,, i don't get the dimensions shown..
    Thanks..
     
    sunny04, Jan 15, 2013 IP