首頁 > web前端 > js教程 > js 滑鼠移動顯示圖片的簡單實例_javascript技巧

js 滑鼠移動顯示圖片的簡單實例_javascript技巧

WBOY
發布: 2016-05-16 17:07:06
原創
1331 人瀏覽過

一、js程式碼

複製程式碼 程式碼如下:

//***********默认设置定义.*********************  
tPopWait=50;//停留tWait豪秒后显示提示。  
tPopShow=5000;//显示tShow豪秒后关闭提示  
showPopStep=20; 
popOpacity=99; 

//***************内部变量定义*****************  
sPop=null; 
curShow=null; 
tFadeOut=null; 
tFadeIn=null; 
tFadeWaiting=null; 

document.write(""); 
document.write("
"); 

 
function showPopupText(){ 
var o=event.srcElement; 
    MouseX=event.x; (o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""}; 
        if(o.title!=null && o.title!= ""){o.dypop=o.title;o.title=""}; 
    if(o.dypop!=sPop) { 
         curShow);
           clearTimeout(tFadeOut); 
           clearTimeout(tFadeIn);       
            if(sPop==null || sPop=="") { 
           "; 
                dypopLayer.style.filter="Alpha()"; 
    p.                } 
           else {                    else popStyle="cPopText";              } 

    } 


function showIt(){ 
        dypopLayer.className=popStyle; 
        dypopLayer.innerHTML=sPop; 
        popWidth=dypopLayer.clientWidth; 
        popHeight=dypopLayer.clientHeight; 
        if(MouseX 12 popWidth>document.body.clientWidth) popLeftAdjust=-popWidth-24 
   =Le  
        if(MouseY 12 popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24 
         

        dypopLayer.style.left=MouseX 12 document.body.scrollLeft popLeftAdjust; 
        dypopLayer.style.top=MouseY 12 document.body.scrollTop popTopAdjust; 
        dypopLayer.style.filter="Alpha(Opacity=0)"; 
        fadeOut(); 


function fadeOut(){ 
    if(dypopLayer.filters.Alpha.opacity p  
        tFadeOut=setTimeout("fadeOut()",1); 
        } 
        else { 
           
            tFadeWaiting=setTimeout("fadeIn()",tPopShow); 
            } 


function fadeIn(){ 
    if(dypopLa.filters.0. .filters.Alpha.opacity-=1; 
        tFadeIn=setTimeout("fadeIn()",1); 
        } 

document.onmouseover=showPopupText; 


二、html程式碼包含js程式碼即可,使用範例

g  /> a href="../UpLoadFile/200911784060018.jpg" target="_blank" title="js 滑鼠移動顯示圖片的簡單實例_javascript技巧">小 >

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板