看看这个网页怎么做,谢谢啦

来源:百度知道 编辑:UC知道 时间:2024/05/21 05:36:58
看看这个怎么写代码,
要求:要求固定在右边,不随网页移动
文字说明
,点击上面两个中任何一个直接就可以启动QQ直接对话
明天下午给分,

html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效观止-腾讯QQ网页在线客服,随网页滚动条上下移动的效果一

</title>

</head>
<body>
<DIV id=divStay style="POSITION: absolute">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="7%"> </TD></TR></TBODY></TABLE></DIV>
<SCRIPT language=javascript>
function picsize(obj,MaxWidth){
img=new Image();
img.src=obj.src;
if (img.width>MaxWidth)
{
return MaxWidth;
}
else
{
return img.width;
}
}
function CloseQQ()
{
divStayTopleft.style.display="none";
return true;
}
var online= new Array();
</SCRIPT>
<div id="divStayTopleft&qu