Den 18.04.2014 15:14, skrev Hahnel, Fred (DET-MRM):
If not to use px for media breaks, what should be used?

You are using 'em' now, which is OK in itself.

But, a given 'em' value does only correspond to a given 'px' value at a given zoom level, which means 'em' is not a good substitute for 'px' for screen-width breaks towards smaller devices where zoom level literally is "all over the place".

Or, to put it another way: how many 'px' is '30em' at _what zoom level_?

So, if you mean 'px', use 'px' values.
If you mean 'em' use 'em' values.
If you mean _both_ 'px' and 'em' _under certain conditions_, combine 'px' values and 'em' values the right way in the same media query combo.

regards
        Georg




______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to