header.html~1~

来自「一个很不错的电子商务后台管理系统 这是一个电子商务网站的后台管理系统 要」· HTML~1~ 代码 · 共 53 行

HTML~1~
53
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title</title>
</head>

<style>
<!--
#glowtext{
filter:glow(color=0A9DF5,strength=2);
width:100%;
}
-->
</style>
<script language="JavaScript1.2">
function glowit(which){
if (document.all.glowtext[which].filters[0].strength==2)
document.all.glowtext[which].filters[0].strength=1
else
document.all.glowtext[which].filters[0].strength=2
}
function glowit2(which){
if (document.all.glowtext.filters[0].strength==2)
document.all.glowtext.filters[0].strength=1
else
document.all.glowtext.filters[0].strength=2
}
function startglowing(){
if (document.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)')
}
else if (glowtext)
setInterval("glowit2(0)",150)
}
if (document.all)
window.onload=startglowing
</script>


<body>
	<table height="100%" width="100">
		<tr align="center">
			<td height="100%" width="100%"><img src="../images/logo.gif"></td>
			<td height="100%" width="100%"><img src="../images/ip1.gif"></td>
			<td height="100%" width="100%"><span id="glowtext"><font color="F5D20A" " face="宋体" size="3">时尚购物--快乐分享--http://wd365.nease.net!</font></span></td>		
		</tr>
			
	</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?