Forums

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

Home Forums CSS CSS Class not affecting on Chrome

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45239
    onlynoman
    Participant

    I am working on a website and showing different font sizes in home page. I created some different class to apply on table cell. It is working on firefox but not in chrome. However chrome is up to date. (Version 27)

    My code is:
    CSS
    td.normal {
    font-size-adjust:0.40;
    word-spacing:1px;
    letter-spacing:0px;
    line-height:20px;
    }

    td.heading {
    font-size-adjust:0.75;
    word-spacing:0px;
    letter-spacing:0px;
    font-weight:bold;
    }

    HTML

    #136820
    Kitty Giraudel
    Participant

    Why do you use `font-size-adjust`? Prefixless moreover.

    #136822
    onlynoman
    Participant

    Please let me know what css codes should I use to make font size too small or as per requirement.

    #136827
    Kitty Giraudel
    Participant

    Why don’t you simply use `font-size`?

    #136828
    onlynoman
    Participant

    Thanks Mr HugoGiraudel!

    Problem has been solved.

    Thank You Very Much

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