?? 02c.htm
字號:
<html>
<head>
<title>晃動的圖形</title>
<meta http-equiv="目錄類型" content="文本/html; 字符集=gb2312">
<style type="text/css">
<!--
a{font-style:normal;text-decoration:none;color:white}
a:hover {BACKGROUND:red;font-style:normal;text-decoration:none;color:yellow}
a:active {font-style:normal;text-decoration:none;color:yellow;}
.white { color: #FFFFFF}
table { font-size: 9pt}
-->
</style>
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#009900" topmargin="0" leftmargin="0">
<form name="form">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#009900">
<td colspan="3" height="18"> </td>
</tr>
<tr>
<td bgcolor="#009900" width="18"></td>
<td align="center" bgcolor="#FFFFFF" valign="top"> <br>
<table width="56%" border="0" cellspacing="0" cellpadding="0" height="355">
<tr>
<td rowspan="2" width="16" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="white" style="FONT-SIZE: 11pt;">
<tr bgcolor="#336699" bordercolor="#336699">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double;" height="70"><strong><a href="02.htm">演<br>
<br>
示</a></strong></td>
</tr>
<tr bordercolor="#009900" bgcolor="#009900">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double" height="70"><strong><a href="02c.htm">源<br>
代<br>
碼</a></strong></td>
</tr>
</table>
</td>
<td rowspan="2" width="8" bgcolor="#009900"> </td>
<td align="center" style="BORDER-RIGHT: double; BORDER-TOP: double; FONT-SIZE: 12pt; BORDER-LEFT: double; BORDER-BOTTOM: double" bordercolor="#009900" valign="top">
<script language="JavaScript">
<!--hide
function view(form){
msg=open("","DisplayWindow","status=1,left=0,top=0,height=320,width=790,");msg.document.write(form.code2.value);
}
function CodeOut(form){
var
txt1="<html><title>效果演示</title><head></head><body onblur=window.close() onmouseover=javascript:close()>";
txt=""+form.a.value+""+form.b.value+""+form.c.value+"";
txt+=""+form.d.value+""+form.e.value+""+form.f.value+"";
txt+=""+form.g.value+""+form.h.value+""+form.i.value+"";
txt2="</body></html>";
form.Code.value=txt;
form.code2.value=txt1 + txt + txt2;
}
<!-->
</script>
<input type="hidden" name="code2">
<div id="Layer1" style="position:absolute; width:207px; height:173px; z-index:1; visibility: hidden">
<textarea name="a" cols="40" rows="0" wrap="VIRTUAL"><script language="JavaScript">
<!--
step = 0;
obj = new Image();
function anim(xp,xk,smer) //smer = direction
{
obj.style.left = x;
x += step*smer;
if (x>=(xk+xp)/2) {
if (smer == 1) step--;
else step++;
}
else {
if (smer == 1) step++;
else step--;
}
if (x >= xk) {
x = xk;
smer = -1;
}
if (x <= xp) {
x = xp;
smer = 1;
}
// if (smer > 2) smer = 3;
setTimeout('anim('+xp+','+xk+','+smer+')', </textarea>
<textarea name="c" cols="40" rows="0" wrap="VIRTUAL">);
}
function moveLR(objID,movingarea_width,c)
{
if (navigator.appName=="Netscape") window_width = window.innerWidth;
else window_width = document.body.offsetWidth;
obj = document.images[objID];
image_width = obj.width;
x1 = obj.style.left;
x = Number(x1.substring(0,x1.length-2)); // 30px -> 30
if (c == 0) {
if (movingarea_width == 0) {
right_margin = window_width - image_width;
anim(x,right_margin,1);
}
else {
right_margin = x + movingarea_width - image_width;
if (movingarea_width < x + image_width) window.alert("No space for moving!");
else anim(x,right_margin,1);
}
}
else {
if (movingarea_width == 0) right_margin = window_width - image_width;
else {
x = Math.round((window_width-movingarea_width)/2);
right_margin = Math.round((window_width+movingarea_width)/2)-image_width;
}
anim(x,right_margin,1);
}
}
//-->
</script>
<img src="</textarea>
<textarea name="e" cols="40" rows="0" wrap="VIRTUAL">" name="" style='position: absolute; top: </textarea>
<textarea name="g" cols="40" rows="0" wrap="VIRTUAL">px; left: 213px;' border=0 id="picture">
<script language="JavaScript">
<!--
setTimeout("moveLR('picture',</textarea>
<textarea name="i" cols="40" rows="0" wrap="VIRTUAL">,1)",10);
//-->
</script></textarea>
</div>
<br>
<b>晃動的圖形</b>
<hr width="92%" size="1" align="center">
<table cellspacing="0" cellpadding="0" width="81%">
<tr>
<td colspan="2" height="28">圖形文件名:
<input type=text name="d" onFocus="this.select()" onMouseOver="this.focus()" class="pt9" size="35">
</td>
</tr>
<tr>
<td colspan="2" height="28">晃動的幅度:
<input type=text name="h" onFocus="this.select()" onMouseOver="this.focus()" class="pt9" size="25">
(1-800) </td>
</tr>
<tr>
<td colspan="2" height="28">距離頂邊界:
<input type=text name="f" onFocus="this.select()" onMouseOver="this.focus()" class="pt9" size="25">
</td>
</tr>
<tr>
<td colspan="2" height="28">晃動的速度:
<input type=text name="b" onFocus="this.select()" onMouseOver="this.focus()" class="pt9" size="8">
(演示頁=30,數值越大越慢) </td>
</tr>
<tr>
<td colspan="2" align="center" height="25">
<input type="button" value="產生源代碼" onClick="CodeOut(this.form);" name="button">
</td>
</tr>
<tr>
<td height="20" colspan="2">注釋:放在<body>與</body>之間</td>
</tr>
<tr>
<td colspan="2">
<textarea name="Code" onFocus="this.select()" onMouseOver="this.focus()" cols="50" rows="7" wrap="VIRTUAL" style="BACKGROUND-COLOR: #009900;" class="pt9"></textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" class="white" bgcolor="#009900">當前位置:<a href="../../index.htm">首
頁</a>→<a href="../index.htm">JavaScript</a>→<a href="index.htm#2">圖形特效</a>→晃動的圖形</td>
</tr>
</table>
<br>
</td>
<td bgcolor="#009900" width="18"></td>
</tr>
<tr bgcolor="#009900">
<td></td>
<td align="center" height="35"> <font color="#FFFFFF">··萬旭網站工作室 設計發布··</font>
</td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -