IE8 Developer Tools - add CSS style

css

Solution

You can:

- add a style attribute (right click the html tag and click add attribute (with the name style, and then edit the style attribute once its added)

- Click the CSS tab, right click the empty space, and add a rule (this is like adding a line to your css file)

Problem

I use the Web Developer Toolbar in FireFox to test CSS-edits. I want to do the same in IE, and I can somewhat do that with IE8's Developer Tool. However I can't add a style in Developer Tools, only edit existing styles - does any of you guys know of a way to edit the CSS like you can do with Chris Pedericks Web Developer Toolbar?

Original source