Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>文字滚动</title>
<style type="text/css">
body{
margin:0px;
padding:0px;
}
*{margin:0px; padding:0px;}
*{font-size:12px;}
#scroll{width:250px; height:100px; line-height:22px; overflow:hidden; background-color:#eee;}/*line-height是每次移动的距离,overflow;hidden 也不能省*/
</style>
<script type="text/javascript">
function Marquee(){
CSS代码...
xxxxxxxxxx
JS代码...