vote up 1 vote down star

Would you be aware of any tools(preferably free) or browser plugins that would allow me to easily determine the styling properties of an element on the web page.

For example it could be a tool that would import all the styling information from the css files associated with the page and presented it as an in-line styling.

Eventually some sort of browser plugin that would alow me to select an element and then would dispaly the styling information.

flag

78% accept rate

6 Answers

vote up 7 vote down check

Safari and Chrome have a built in Web Inspector, right click and select Inspect Element. Firefox has the Firebug plugin. IE has IE Dev Toolbar.

link|flag
vote up 5 vote down

Firebug will do that, at least in Firefox.

link|flag
Firebug is absolutely indispensable to my web development work. It's damned useful for casual use too, like whenever you'd like to investigate or manipulate the DOM of the page that you're looking at. – Phantom Watson Jan 26 at 15:10
+1 Thanks, firebug does the job nicely. I accepted the Mahrdad answer as he provided the options for other browsers as well – padn Jan 26 at 15:52
vote up 1 vote down

Your best bet here is the "Web Developer Toolbar" extension for FireFix. With this extension you can enable the "Show CSS Information", clicking on an element opens a window with all appliciable CSS styles.

You can also view all CSS and do many other very helpful things with it.

link|flag
vote up 1 vote down

Check the web development helper by Nikhil Kothari for IE

And Firebug in Firefox

Hope this help

link|flag
vote up 0 vote down

for web development (overall graphics) the plugin WebDeveloper for firefox. Light and powerfull

link|flag
vote up 1 vote down

If it's just the colour you are after in Firefox, you can use ColorZilla, which lets you eyedrop any colour off the viewport (including the chrome!)

link|flag
Thanks, that's a very useful – padn Jun 10 at 22:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.