音响技术与调音技巧:鼠标特效代码

来源:百度文库 编辑:神马品牌网 时间:2024/04/25 05:59:26
我的网页的代码为
body{background-color:#FFFFFF}
#header{height:89px;background:#CDF991}
#header div.lc{}
#header div.rc{background:url(http://img.baidu.com/hi/temp9/hdr.jpg) no-repeat top right}
#header div.tit{top:8px;left:20px;line-height:22px;font-size:20px;font-family:黑体}
#header div.tit a.titlink{color:#499400;text-decoration:none}
#header div.tit a.titlink:visited{color:#499400;text-decoration:none}
#header div.desc{top:33px;left:20px;color:#499400;font-size:13px}
#tabline{top:89px;background-color:#6AB30F}
#tab{top:67px;background:#94D43E}
}
.modbl{background-color:#F5FEEC;border-left:1px solid #6AB30F;border-bottom:1px solid #6AB30F;line-height:1px}
.modbc{background-color:#F5FEEC;border-bottom:1px solid #6AB30F;line-height:1px}
.modbr{background-color:#F5FEEC;border-right:1px solid #6AB30F;border-bottom:1px solid #6AB30F;line-height:1px}

#in_send div.tit{margin:10px 0 10px 0;color:#666666;font-size:14px;font-weight:bold}
有一个鼠标特效代码为
脚本说明:
把如下代码加入<body>区域中
<script>
picFollow = new Image();
picFollow.src = "http://www.baron.com.cn/javascript/shu/bomb.gif";
picExplosion = new Image();
picExplosion.src = "http://www.baron
请问代码加入<body>区域中是在哪里?
我还是不太懂。加我QQ378733991

尻 你会不会写代码呀?
<html>
<body>
就是写在这里拉
</body>
</html>