Microsoft Black can be said to be the most common fonts in the Web page, but often in ie8+ browser debugging very well, to the IE6 will become the default "Arial".
Because the italicized word body width is usually wider than the black, sometimes the layout of the page is scrambled.
To solve this problem, change the HTML tag to the following format.
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
dir= "ltr" lang= "ZH-CN" xml:lang= "ZH-CN">
The point is this paragraph: dir= "ltr" lang= "ZH-CN" xml:lang= "ZH-CN"
Dir, which represents the direction of the text content of the page, the LTR should be a shorthand for "left-to-right", meaning that the layout is right-to-left.
Lang, is the language of the specified page, the default should be "en", on behalf of English, ZH-CN representative of Chinese. HTML Language Code Reference manual
Xml:lang,xhtml the language definition of the document.
Both Lang and Xml:lang are set up for maximum compatibility between different browsers.
Let "Microsoft ya Black" in the IE6 under the perfect display