各类动态图片的集合
旋转的图片
<html>
<head>
<title>旋转的图片 </title>
<!--第一步:先将下列代码复制到<head></head>之间:-->powered by 25175.net
<SCRIPT language=javascript>
<!--
var x, y, x2, y2, ang, timer1;
var pi = Math.PI;
var piA = pi / 80;
function startAni()
{
i = 0;
ang = 0;
x = document.body.offsetWidth / 2;
y = document.body.offsetHeight / 2;
x2 = document.body.offsetWidth / 2;
y2 = document.body.offsetHeight / 2;
timer1=1;
startAnim();
}
function startAnim()
{
var rAng;
if( timer1 )
{
divB1.style.visibility = "hidden";
divB1.style.left = x;
divB1.style.top = y;
divB2.style.visibility = "hidden";
divB2.style.left = x2;
divB2.style.top = y2;
ang += 2 * piA % 180;
rAng = Math.round(ang);
x = Math.round( document.body.offsetWidth / 2 + 60 * Math.cos(ang) + 22 * Math.cos( ang ) );
y = Math.round( document.body.offsetHeight / 2 + 30 * Math.sin(ang) +30 * Math.sin( ang ) ) ;
x2 = Math.round( document.body.offsetWidth / 2 - 60 * Math.cos(ang) - 22 * Math.cos( ang ) );
y2 = Math.round( document.body.offsetHeight / 2 - 60 * Math.sin(ang) - 30 * Math.sin( ang ) ) ;
timer1 = setTimeout( "startAnim()", 50 );
divB1.style.visibility = "visible";
divB2.style.visibility = "visible";
}
}
// use this if you want to turn the animation off
// you could hook it to a button or whatever
function stopAni()
{
timer1=null;
}
function window_onload()
{
startAni();
}
//-->
</SCRIPT>
</head>
<!--第二步:再将下列代码复制到<body></body>之间:-->
<BODY bgColor=#ffffff
onload="return window_onload()">
<DIV id=divB1 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: 2"
name="divB1"><IMG height=32 src="../../../images/girl.jpg" > </DIV>
<DIV id=divB2 style="POSITION: absolute; VISIBILITY: hidden; Z-INDEX: -2"
name="divB2"><IMG height=32 src="../../../images/cat.jpg" > </DIV>
</body>
</html>
| 【内容导航】 | |
| 第1页:跟随鼠标的图片 | 第2页:跟着鼠标的图片2 |
| 第3页:跟着鼠标旋转的图片 | 第4页:自由走动的图片 |
| 第5页:来回摆动的图片 | 第6页:乱飞的图片 |
| 第7页:浮动图像显示 | 第8页:将图片固定在左上角 |
| 第9页:随屏幕移动的图片并可任意移动 | 第10页:在页上不停走动的图片 |
| 第11页:任意指定图片位置 | 第12页:向上浮的图片 |
| 第13页:往下掉并弹起的图片 | 第14页:在浏览器窗口外移动的图片 |
| 第15页:浮在页面上的图片广告 | 第16页:随意飘动的图像 |
| 第17页:图片穿行 | 第18页:左右移动的图片 |
| 第19页:跟着屏幕走的图片 | 第20页:将图片固定在左下角 |
| 第21页:旋转的图片 | 第22页:徐徐上升的图片 |
| 第23页:页面动态图片 | 第24页:移动的图片 |
| 第25页:鼠标停在文本上图片自动围绕 | 第26页:滚动图片公告栏 |
| 第27页:飞来飞去的图片 | 第28页:滚动显示图片 |
| 第29页:将图片固定在左下角 | 第30页:将图片固定在右下角 |
| 第31页:图片居中 | 第32页:不停闪烁的图片 |
| 第33页:带彩色边框的图片 | 第34页:点击消失的图片 |
| 第35页:定时闪烁的图片 | 第36页:动感的图片 |
| 第37页:抖动的图片 | |
上一篇:随鼠标移动而变化的图片
下一篇:网页设计之css+div PK table+css
|
|
各类动态图片的集合_跟随鼠标的图片
http://www.25175.com/200609/25175/25175_html/
(oooooooooo
,09月02日
)
页面破了..
(晕
,2007年06月13日
)
反映违反看见
(饿热额外法
,2007年03月16日
)
