Forum Moderators: not2easy
I noticed that a stye that I defined as 11px in css looks a lot smaller on a Mac running Safari. Is there a way to set font size using em or % that will render the font as the same size regardless of the browser?
As per your problem, are the default font-size and ppcm set the same for both browsers?
You should keep in mind though that many users could (and should) override your font-size with their own so you'll never be able to enforce completely consistant display.
>>Is there a way to set font size using em or % that will render the font as the same size regardless of the browser?no, because remember the user can change the font size in the browser anyway
To expand on this, I think what you're looking for has to be constricted into some basic assumptions:
The font size will look the same if:
The best way to get an acceptable compromise on this is to:
100.01% - this will ask of IE to render relative (em, %, ex) font sizes properly when IE's font size is -not- set to medium; Sometimes it will still look different because: