<!DOCTYPE html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<FCK:meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>狗狗</title>
<style>
#sl{
background: url("images/uptop_cion.gif") no-repeat;
height: 73px;
width: 19px;
right: 50px;
position: absolute;
display: none;
}
#sl a{
display: block;
height: 63px;
width: 19px;
}
</style>
<script type="text/javascript">
<!--
var $ = function(o){return document.getElementById(o);}
window.onload = function(){
window.onscroll = function(){
var scrollTop = document.documentElement.scrollTop;
if(scrollTop){
$("sl").style.display = 'block';
$("sl").style.top = (scrollTop + document.documentElement.clientHeight - 80) + "px";
}else{
$("sl").style.display = 'none';
}
}
}
//-->
</script>
</head>
<body>
<P>宠物狗的定义</P>
<div id="sl">
<a href="#" _fcksavedurl="#"></a>
</div>
</body>
</html>