摘要:
var $ = document.getElementById;var $$ = document.documentElement;function fixDiv(id){ $(id).style.top = ($$.scrollTop + $$.clientHeight - $(id).clientHeight - 20) + "px"; setTimeout("fixDiv('ne... 阅读全文
posted @ 2008-09-23 14:36
looping
阅读(939)
评论(1)
推荐(0)