注册时间2013-7-10
在线时间 小时
- 最后登录
- 1970-1-1
|
边框、时间条的代码已改完整。
http://txt.meqzone.com/up5/1380625180_2059620590.txt
<DIV style="MARGIN-TOP: 0px; MARGIN-LEFT: 0px"><a href="http://imgdata.hoop8.com/1309/1021918630154.jpg" target="_blank"><img src="http://imgdata.hoop8.com/1309/1021918630154.jpg" width=1024></a></DIV>
<div style="position: absolute; width: 1024px; height: 585px; z-index: 1; left: 10px; top:0px" id="layer1">
<!--table six-->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<div style="position: relative; width: 1024px; height:480px;left: 2px; top: 60px;">
<!-- image 1 --><img id="xuankan1" src="http://upload.yinhuabbs.cn/up/upload/201309/1380594143x1033606405.jpg" style="position: absolute; left: 0px; top: 0px; visibility: visible;" width="1024" height="444">
<!-- image 2 --><img id="xuankan2" src="http://upload.yinhuabbs.cn/up/upload/201309/1380594382x1033606422.jpg" style="position: absolute; left: 0px; top: 0px; visibility: hidden;" width="1024" height="444">
</div></td></tr></table>
<script language="VBScript">
Option Explicit
SetLocale("en-gb")
REM everything starts here
sub window_onload()
xuankan1.style.filter="progid:DXImageTransform.Microsoft.Iris(irisStyle=diamond, motion=out, enabled=1)"
xuankan2.style.filter="progid:DXImageTransform.Microsoft.Iris(irisStyle=cross, motion=out, enabled=1)progid:DXImageTransform.Microsoft.Alpha(opacity=60)"
window.setTimeout "fade1", 300
end sub
sub fade1()
xuankan1.filters(0).Apply()
xuankan1.style.visibility="hidden"
xuankan1.filters(0).Play(7)
xuankan2.filters(0).Apply()
xuankan2.style.visibility="visible"
xuankan2.filters(0).Play(7)
window.setTimeout "fade2", 10000
end sub
sub fade2()
xuankan2.filters(0).Apply()
xuankan2.style.visibility="hidden"
xuankan2.filters(0).Play(7)
xuankan1.filters(0).Apply()
xuankan1.style.visibility="visible"
xuankan1.filters(0).Play(7)
window.setTimeout "fade1", 10000
end sub
</script>
<div style="position: absolute; width: 1024px; height: 8px; z-index: 1; left:2px; top:60px" id="layer1">
<img border="0" src="http://swf.a-365.com/user/yhpx/恋/qh/彩条.gif" width="1024" height="8"></div>
<div style="position: absolute; width: 1024px; height: 8px; z-index: 1; left:2px; top:505px" id="layer1">
<img border="0" src="http://swf.a-365.com/user/yhpx/恋/qh/彩条.gif" width="1024" height="8"></div>
<embed width=0 height=0 style=filter:xray src=
http://www.hbshxlx.com/uploadfil ... %B2%B3%E5%8C%97.mp3 type=audio/mpeg autostart=1 panel=0 loop=true></embed>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效代码--13年8月19日3时30分30秒的即时显示</title>
</head>
<body onload=startclock()>
<form name="clock">
<script language="JavaScript">
var timerID = null;
var timerRunning = false;
function stopclock (){
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;}
function startclock () {
stopclock();
showtime();}
function showtime () {
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds()
var timeValue = now.getYear()+"年"+(now.getMonth()+1)+"月"+now.getDate()+"日" +((hours >= 24) ? " " : " " )
timeValue += ((hours >24) ? hours -24 :hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
document.clock.thetime.value = timeValue;
timerID = setTimeout("showtime()",1000);
timerRunning = true;}
</script>
<input name="thetime" style="font-size:24 pt;color:#CC0000;border:4px solid #FF66FF; ; " size="25"></form>
<FONT style="POSITION: absolute; WIDTH: 400px; TOP: 520px; LEFT: 710px" style="FILTER: shadow(color=#DA70D6); LINE-HEIGHT: 150%; WIDTH: 100%; FONT-FAMILY: DFYaSongW9-GB; COLOR: white; FONT-SIZE: 11pt"><B>慧儿学音画/素材/网络
<BR>
</B></FONT>
|
|