With IE Developer Tools is it possible to outline paddings and margins, like Firebug does?
With IE Developer Tools is it possible to outline paddings and margins, like Firebug
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re using IE8, you can get the developer tools using F12, and then use the “Outline” menu to turn on table and cell outlines.
Along the top of the right-hand pane of the Developer Tools window, you’ll see a “Layout” option. If you select that, and then click on one of the DOM elements in the left-hand pane, the Layout” pane will display the padding, margin, etc. for the element you have selected. That display supports in-place editing.