I like to use em, and tend to stay away from % because it tends to screw up the design easily, and pt, px, cm... Because they aren't that friendly to all devices. Am I right in doing so?
feedback
|
|
There are reasons why css offers you a choice. So it isn't really a question of right or wrong. But if you are looking for a way to make your site more accessible by making fonts and elements scale easier, then you are on the right path. Go with em. | |||
|
feedback
|
|
It depends. Using em links dimensions to the font size and using % links to the size of the container (and ultimately the screen). In some places one will be better than the other for achieving a consistent effect. I agree it is generally good to avoid absolute units, but px is useful for small dimensions (e.g. border widths, shims). | |||||||||||||||
feedback
|
|
Yes. It scales, its easy to remember, and even easy to convert into other measurements for comparison :) | |||
|
feedback
|