0

All the text on my website appears in bold in IE 8. The other browsers such as IE 9, Chrome and FF show bold only where specified. Is there an IE 8 specific fix that I can use?

Any help is greatly appreciated.

Harish
  • 270
  • 3
  • 11

1 Answers1

0

Take a look at HTML conditionals. You can target ie-8 and add a css file with a specific rule.

Cameron
  • 86
  • 1
  • 2
  • 16