CSS: em or px
CSS: em or px
Out of context: Reply #6
- Started
- Last post
- 24 Responses
- heavyt0
well, ems are flexible for IE, so they can use there browser prefs for adjusting size.
Having said that, i use px. Because i can control the layout, as opposed to basing everything relative to the user's base font size (which is not predictible).
TR1