javascript网页中写字
* {
-moz-user-select:none;
border:0px;
}
#tips {
width:850px;
padding-top:8px;
padding-bottom:8px;
background:#999999;
color:#FFFFFF;
text-align:center;
margin:auto;
font-size:14px;
}
提示:按住鼠标左键不放,在页面中拖动即可写字 ; 同时按住ctrl和鼠标左键不放,在页面中拖动即可把字擦去
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
推荐阅读
js调用flash的效果代码
复制代码 代码如下:function tmh__make_ad_fodder(src, width, height) { src = src.replace(" ", ""); var TEMP_IMAGE = '<img src="$src$" height="$height$" width="$width$" border="0" />'; var TEMP_FLAS>>>详细阅读
本文标题:能在网页中写字和能擦写的js程序
地址:http://www.17bianji.com/kaifa2/JS/29753.html
1/2 1