When you specify font sizes in "em" units, the browser calculates the pixel values based upon its parents. Is there a way to view the final computed pixel size? Can Firebug do this or is there another tool.
|
feedback
|
|
Yes, in Firebug, select "Show Computed Style" on the style tab | |||||||
feedback
|
|
This conversion table between points, pixes, ems and percent isn't 100% accurate, but I've found it to be useful: | |||
|
feedback
|
|
One way would be to make a list with text in different font sizes, and compare them:
This is not accurate, but I don't think there is another option. Maybe using JavaScript. | ||||
|
feedback
|