function getViewportHeight() {
if (window.innerHeight!=window.unknown) は window.innerHeight を返します。
if (document.compatMode=='CSS1Compat') return document.documentElement.clientHeight;
if (document.body) return document.body.clientHeight;
return window.unknown;
}
function getViewportWidth() {
if (window.innerWidth!=window.unknown) return window.innerWidth;
if (document.compatMode=='CSS1Compat') return document.documentElement.clientWidth;
if (document.body) return document.body.clientWidth;
return window.unknown;
}
/**
* 実際のスクロールトップを取得します
*/
function getScrollTop() {
if (self.pageYOffset) // Explorer 以外のすべて
{
self を返します。ページYオフセット;
}
else if (document.documentElement && document.documentElement.scrollTop)
// Explorer 6 Strict
{
return document.documentElement.scrollTop;
}
else if (document.body) // 他のすべてのエクスプローラー
{
return document.body.scrollTop;
}
}
function getScrollLeft() {
if (self.pageXOffset) // エクスプローラーを除くすべて
{
return self.pageXOffset;
}
else if (document.documentElement && document.documentElement.scrollLeft)
// Explorer 6 Strict
{
return document.documentElement.scrollLeft;
}
else if (document.body) // 他のすべてのエクスプローラー
{
return document.body.scrollLeft;
}
}
/*
[html]
渐变の出力図片
使用方法:
ToolTip.js にネットワーク本体の结束标签を含める
使用方法:
[code]
.trans_msg
{
filter:alpha(opacity=100,enabled=1) believeTrans(duration=.2,transition=1) Blendtrans(duration=.2);
*/
//--変数の初期化--
var rT=true;//画像の遷移を許可します
var bT=true;//画像のフェードインとフェードアウトを許可します
var tw =150 ;//プロンプトボックスの幅
var endaction=false;//アニメーションの終了
var ns4 = document.layers;
var ns6 = document.getElementById && !document.all; = ドキュメント .all;
offsetY = 20;
関数 initToolTips()
{
tempDiv = document.createElement(" ") ;
tempDiv.id = "toolTipLayer";
tempDiv.style.position = "absolute";
tempDiv.style.display = "none";
document.body.appendChild(tempDiv );
if(ns4||ns6||ie4)
{
if(ns4) toolTipSTYLE = document.toolTipLayer;
else if(ns6) toolTipSTYLE = document.getElementById("toolTipLayer") .style ;
else if(ie4) toolTipSTYLE = document.all.toolTipLayer.style;
if(ns4) document.captureEvents(Event.MOUSEMOVE);可視性 = "可視";
toolTipSTYLE.display = "なし";
document.onmousemove = moveToMouseLoc;
}
}
関数toolTip(msg, fg, bg)
{
try {
if(toolTip.arguments.length < 1) // 隠す
{
if(ns4)
{
toolTipSTYLE.visibility = "hidden ";
}
else
{
//-画像遷移、フェードアウト処理--
if (!endaction) {toolTipSTYLE.display = "none";}
if ( rT) document.all("msg1").filters[1].Apply();
if (bT) document.all("msg1").filters[2].Apply(); document.all("msg1").filters[0].opacity=0;
if (rT) document.all("msg1").filters[1].Play(); document.all("msg1").filters[2].Play();
if (rT){
if (document.all("msg1").filters[1].status==1 | | ドキュメント .all("msg1").filters[1].status==0){
toolTipSTYLE.display = "none";}
}
if (bT){
if ( document.all("msg1").filters[2].status==1 || document.all("msg1").filters[2].status==0){
toolTipSTYLE.display = "none" ;}
}
if (!rT && !bT) toolsTipSTYLE.display = "none"; -
}
}
else // show
{
if(!fg) fg = "#777777";
if(!bg) bg = "#eeeeee";
var content =
'
' ' table> ;'; if(ns4) toolTipSTYLE.document.write(content); toolTipSTYLE.document.visibility = "可視" ; } if(ns6) { document.getElementById("toolTipLayer").innerHTML = content; toolTipSTYLE.display='block' } if (ie4) { document.all("toolTipLayer").innerHTML=content; toolTipSTYLE.display='block' //--画像遷移、フェードイン処理-- var cssopaction=document.all("msg1").filters[0].opacity document.all("msg1").filters[0].opacity=0; if (rT) ドキュメント.all ("msg1").filters[1].Apply(); if (bT) document.all("msg1").filters[2].Apply(); document.all(" msg1" ).filters[0].opacity=cssopaction; if (rT) document.all("msg1").filters[1].Play(); if (bT) document.all(" msg1" ).filters[2].Play(); //---------------------- } } } catch(e) {} } function moveToMouseLoc(e) { varscrollTop = getScrollTop(); varscrollLeft = getScrollLeft(); || ns6) { x = e.pageX スクロール左; y = e.pageY - スクロールトップ; else { x = イベント.clientX ; y = イベント.clientY; } if (x-scrollLeft > getViewportWidth() / 2) { x = x - document.getElementById("toolTipLayer")。 offsetWidth - 2 * offsetX; } if ((y document.getElementById("toolTipLayer").offsetHeight offsetY)>getViewportHeight()) { y = getViewportHeight()-document. getElementById( "toolTipLayer").offsetHeight-offsetY; } toolTipSTYLE.left = (x offsetX) 'px'; toolTipSTYLE.top = (y offsetYscrollTop) 'px'; true; } initToolTips(); メイン ページ: index.css の紹介 コードをコピーします🎜> コードは次のとおりです: 導入ToopTip.js
<スクリプト言語="javascript" src="js/ToolTip.js">
index.css:
/*首页*/ html { overflow:-moz-scrollbars-vertical; } /*Firefox のスクロールバーを常に表示*/ body{ font:12px/22px "宋体";単語区切り:すべて区切り;テキスト整列:左;背景:#C0C0C0; color:#4E4E4E;} ul,li{ list-style:none;} a{ color:#333; text-decoration:none;} a:hover{ color:#ff722d; text-decoration:none;} img{ border:0;} a img,a:hover img{ border:0;} .latestWeb{ width:980px; margin:10px auto 0;} .latestWeb ul{overflow:hidden; _height:1%;} .latestWeb li{ float:left;ボーダー:1px ソリッド #EBEAEA;幅:150ピクセル;パディング:10px;マージン:14px 14px 0 0; } .trans_msg{ filter:alpha(opacity=100,enabled=1) believeTrans(duration=.2,transition=1) Blendtrans(duration=.2);} div.bodycontent{font-family: Arial、Helvetica、sans-serif;padding:0 10px 10px 13px;color:#555;line-height:22px;text-align:justify;text-justify:inter-ideograph;} div.bodycontent ul{margin -left:0px}
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
著者別の最新記事
2024-10-22 09:46:29
2024-10-13 13:53:41
2024-10-12 12:15:51
2024-10-11 22:47:31
2024-10-11 19:36:51
2024-10-11 15:50:41
2024-10-11 15:07:41
2024-10-11 14:21:21
2024-10-11 12:59:11
2024-10-11 12:17:31