Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS px vs em for font-size, are the same arguements still valid?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30399
    cidic
    Member

    I’ve read quite a bit about the debate over px vs em vs % for font-size. Most of the reasoning seems to stem from ie6 and other browsers not supporting text scaling of text with a size set using px. Are there any modern browsers that can’t scale text set with px? The main question I have been trying to get an answer to is: What is the best practice for setting font-size today?

    #78862
    ImpInaBox
    Member

    I guess ems are the ‘correct’ way to do it. Start from a generic font size like ‘small’, possibly adjust it for IE, and them use ems to adjust the font-size in various elements form there.

    Must confess tho that I like the idea of there being a method of setting sizes that is purely under the designer’s control – at least we have a choice then.

    #78863
    noahgelman
    Participant

    Anyone know a good site that shows off proper em usage?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.