myway 发表于 2007-4-27 11:35:58

***页面背景***舞台光柱照射效果

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
<head>
<title>untitled</title>
</head>

<body bgcolor="black">

<div id="mylightobject" style="position: relative; height: 400px; width: 400px; top: 10px; left: 0px;
color: white; filter: light">
<p align="center">
春花秋月何时了,往事知多少
</p>
<p align="center">
<br>
小楼昨夜又东风
</p>
<p align="center">
<br>
故国不堪回首月明中。
</p>
<p align="center">
<br>
雕栏玉砌应犹在,只是朱颜改。
</p>
<p align="center">
问君能有几多愁,
</p>
<p align="center">
<br>
恰似一江春水向东流。<br>
</p>
</div>

<script language="vbscript">
option explicit
sub window_onload()
call mylightobject.filters.light(0).addambient(0,0,255,30)

call mylightobject.filters.light(0).addcone(400,400,200,100,100,200,204,200,80,10)
end sub

sub document_onmousemove()
call mylightobject.filters.light(0).movelight(1,window.event.x,window.event.y,0,1)
end sub


</script>

</body>
</html>






      











-- ---- ----- ---------- -- ---- -- ---------

htt p://www.huoyue.co m.cn 活跃网,活跃人群的论坛,访问活跃网 ,将给您带来 意想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的 论坛 。你是年轻人吗? 你 活跃你就上!
页: [1]
查看完整版本: ***页面背景***舞台光柱照射效果