CSS: em or px
CSS: em or px
Out of context: Reply #7
- Started
- Last post
- 24 Responses
- serif0
em's are a relative measurement that can be scaled by the user even when you specify an exact size in css.
px's on the otherhand are absolute or fixed and pretty much set in stone. the user cannot affect the size by trying to increase font size on their browser, whereas with em's they can.