qq空间漂浮物代码

来源:百度知道 编辑:UC知道 时间:2024/05/04 14:30:26

代码如下:
<SCRIPT LANGUAGE="javascript1.2">
<!--

//1) specify path to image//图片的路径
var imagepath="图片的网址"

//2) specify image dimensions//图片的大小
var imagewidth=170 //图片宽
var imageheight=133 //图片高

//3) change this to adjust speed (lower is slower)//飞行速度建议别改太快,会卡
var speed=3;

//4) configure what should happen when user clicks on image
//A value of "dismiss" will dismiss it, while a URL will cause the browser to navigate to it
var imageclick="点击图片后出现的网站链接"

//5) Finally, configure when the image should automatically disappear, in seconds (0=perpetual)
var hideafter=0

////No editing required beyond this point/////////////////

var isie=0;
if(window.navigator.appName=="Microsoft Internet Explorer"