Compatible with ie6 7 8, ff3.5 3.6, chrome 4.1.2, safari
Refix
1. jitter during rolling, mainly reflected in ff3.6
2. added a fixed IP address under ie6.
3. It is divided into two parts for xhtml and html parsing.
4. changes with the screen size
Compatible with ie6 7 8
Ff3.5 3.6
Chrome 4.1.2
Safari
Xhtml1.0 Parsing
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ptml xmlns = "http://www.w3.org/1999/xhtml"> <pead> <meta http-equiv =" content-Type "content =" text/html; charset = gbk "/> <title> Untitled Document </title> <style> html, body {padding: 0; margin: 0 ;} </style> </pead> <body> I'm still in the flat Roll </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
Html4.01 Parsing
<! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN"> <ptml> <pead> <meta http-equiv = "Content-Type" content = "text /html; charset = gbk "/> <title> Untitled Document </title> <style> html, body {padding: 0; margin: 0 ;} </style> </pead> <body> I'm still in the flat Roll </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]