up vote 0 down vote favorite
share [g+] share [fb]

When I'm working on HTML or CSS, I'm constantly trying to figure out "How many pixels of padding are inside this element? And what color is it? And is that left margin three pixels wide or four?"

Is there a Linux application or set of applications that magnifies part of the screen and provides a pixel ruler and color picker within that magnified space? Like the Windows application called "Webmaster's Toolkit" -- http://spicebrains.com.

link|improve this question

71% accept rate
feedback

6 Answers

Get Firebug, it's indispensable.

link|improve this answer
I do use Firebug -- it can do this? – mike Feb 12 '09 at 22:17
yes, inspect an element, then look on the right side for properties & metrics... or see the tutorials posted by Luis! :) – Andrew Vit Feb 12 '09 at 22:26
That's no help -- I need to see what the actual number of pixels between two elements is. Those pixels could come from padding, margins, or all kinds of other things. That's why I need to actually count pixels, right off the rendered page. – mike Feb 12 '09 at 23:50
feedback

There is a webdev plugin for firefox that would provide all that information.

Web Developer

link|improve this answer
I installed WebDev, but I don't see any of the tools I mentioned. – mike Feb 13 '09 at 17:46
feedback

Excelent Firebug tutorials:

  1. Firebug Tutorial - Logging, Profiling and CommandLine (Part I)

  2. Firebug Tutorial - Logging, Profiling and CommandLine (Part II)

  3. Firebug Tutorial - Using Commandline API in Firebug

  4. Firebug Tutorial : Section 4 - Net, CSS and DOM tabs

UPDATE: This is what i'm talking about. (my firebug is in spanish but you get the idea).
And if you click where the "little" red arrow is, you'll get a nice ruler.

alt text

link|improve this answer
That's no help -- I need to see what the actual number of pixels between two elements is. Those pixels could come from padding, margins, or all kinds of other things. Reading element properties won't tell me that; I need to actually look at the pixels that get rendered. – mike Feb 12 '09 at 23:51
I updated my post. As you can see :) – Luis Melgratti Feb 13 '09 at 2:33
feedback

Well Web developer extension provides a pixel ruler. And you could use that in combination with the gnome accessible magnifier? I guess.

link|improve this answer
feedback

One dead-simple way to measure pixels is to just take a screenshot and drag it into GIMP. You can get colors using the eyedropper, and dimensions using the marquee (select) tool.

link|improve this answer
Yes, that's got 100% of the functionality and is actually what i do now. It just takes about 50 times longer than a hotkey app. – mike Feb 19 '09 at 21:40
feedback

For measuring distances on screen, have a look at kruler or screenruler.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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