My qestion is, how many pixels (px) em usually has?
Ok I know that em can theoretically have any number of pixels.
What I ask is what distribution of values occur in real life, what range will cover for example 95% of users? Do such statistics exist?
I need to know because I am forced to combine em and px in page layout (page is generally done using ems but banners and some images have
pixel dimensions unfortunatelly). Sadly, CSS cannot handle things like:

Ok I know that em can theoretically have any number of pixels.
What I ask is what distribution of values occur in real life, what range will cover for example 95% of users? Do such statistics exist?
I need to know because I am forced to combine em and px in page layout (page is generally done using ems but banners and some images have
pixel dimensions unfortunatelly). Sadly, CSS cannot handle things like:
| Code: |
| width: 12em+120px |
