html - How is the 'ex' unit in CSS useful? -


possible duplicate:
what value of css 'ex' unit?

is there proper usage of 'ex' unit in css? when should used/not used instead of other units 'px', '%', 'em'?

i'd think ex should used instead of em when dealing vertical rather horizontal measurements (e.g., height instead of width).


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -