`

闪烁的表格边线

阅读更多
<html>

<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>网页特效代码|JsCode.CN|---闪烁的表格边框</title>
<scriptlanguage="JavaScript1.2">...
functionflashit()...{
if(!document.all)
return
if(myexample.style.borderColor=="green")
myexample.style.borderColor
="red"
else
myexample.style.borderColor
="green"
}

setInterval(
"flashit()",500)
//-->
</script>
</head>

<body>

<tableborder="0"width="193"id="myexample"style="border:5pxsolidgreen">
<tr>
<tdwidth="175">
<palign="center">网页特效观止</p>
</td>
</tr>
</table>

</body>

</html>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics