function getgetViewports> if (window.innerHeight!=window.undefined) return window.innerHeight;
if (document.compatMode=='CSS1Compat') return document.documentElement.clientHeight;
if (document.body) return document.body.clientHeight;
返回window.undefined;
}
function getViewportWidth() {
if (window.innerWidth!=window.undefined) return window.innerWidth;
if (document.compatMode=='CSS1Compat') return document.documentElement.clientWidth;
if (document.body) return document.body.clientWidth;
返回window.undefined;
}
/**
* 取得真實的滾動頂部
*/
function getScrollTop() {
if (self.pageYOffset) //除 Explorer 之外的所有
{
return self.PageY偏移;
}
else if (document.documentElement && document.documentElement.scrollTop)
// Explorer 6 Strict
{
doc docopledt.
}
else if (document.body) // 所有其他資源管理器
{
return document.body.scrollTop;
}
}
function getScrollLeft() {
if (self.pageXOffset) // Explorer 以外的所有
{
return self.pageXOffset;
}
else if (document.documentElement && document.documentElement.scrollLeft)
// Explorer 6 Strict
{
return document.LeumentElement.scrolldocft;
}
else if (document.body) // 所有其他資源管理器
{
return document.body.scrollLeft;
}
}
/*
[html]
轉換的彈出圖片
使用方法:
將ToolTip.js包含在網頁body的結束標籤後
呼叫方法:
[code]
CSS樣式