Is there anyway of modifying the CSS in the Webkit's CSS inspector, and seeing the results in real time (just like Firebug)?
I'm using Google Chrome
(I tried Firebug Lite for Google Chrome but it doesn't work)
Is there anyway of modifying the CSS in the Webkit's CSS inspector, and seeing the results in real time (just like Firebug)?
I'm using Google Chrome
(I tried Firebug Lite for Google Chrome but it doesn't work)
Just right click anywhere in Chrome and choose "Inspect Element".
You will be able to do CSS inspection and even change the styles on the fly.
Just press Ctrl + Shift + J And you will get a nice Developer Window. (Same as Daniel Vassallo shows but this is the keyboard shortcut)