Problem: In the use of marquee label content scrolling found that content in the IE8 can not be continuously scrolling, that is, "content does not disappear from the Web page" repeatedly rolling. Scrolls directly when the width is full once, without scrolling the rest of the content continuously.
Reason: IE8 no longer supports marquee
Workaround: Add <meta http-equiv= "x-ua-compatible" content= "Ie=emulateie7" Between header headers/>
In addition: If individual IE8 can be continuously scrolled it may be that IE8 settings have been modified: Tool-internet Option-Advanced-Restore Advanced Reset-click OK to make the current computer IE8 continuous scrolling.
Description: IE6 and IE7 support marquee tag, but with the upgrade of IE version, IE8 is no longer supporting non-international standard marquee label in line with international standards.
PS: It is strange to start from the IE9, and restore the support of the marquee tag.