Why is this displaying perfect in Chrome, IE, and Safari but NOT Firefox

2 replies
  • WEB DESIGN
  • |
Thread is CLOSED
#chrome #displaying #firefox #perfect #safari
  • Profile picture of the author 723Media
    Hey Mao,

    You have inline font sizes and font sizes in your css. The font tag is pretty much deprecated but support does still exist for it.

    I would recommend removing all of the font tags in your HTML and stick with your css.

    If you use Firebug and you remove the values for the font tag attribute "size", it will render like the other browsers.
    {{ DiscussionBoard.errors[3564038].message }}
    • Profile picture of the author Mao Flynn
      Originally Posted by 723Media View Post

      Hey Mao,

      You have inline font sizes and font sizes in your css. The font tag is pretty much deprecated but support does still exist for it.

      I would recommend removing all of the font tags in your HTML and stick with your css.

      If you use Firebug and you remove the values for the font tag attribute "size", it will render like the other browsers.
      Awesome will give it a go, thanks a million for taking the time to respond.

      Much appreciated,
      Mao
      {{ DiscussionBoard.errors[3564177].message }}

Trending Topics