tigerlane

Members
  • Content count

    2
  • Joined

  • Last visited

About tigerlane

  • Rank
    Forum Newbie
  1. Adding the following line: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> before the <html> tag in your page should fix the fuzziness problem in IE9.
  2. Labels And Axis Names Look Fuzzier In Ie9

    I was facing a similar issue with the left-side label on the Bar2D javascript/html5 chart in IE9. I found that adding the following doctype declaration: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> before the <html> tag in my file worked beautifully. Hope that helps!