在做项目的时候需要这个功能,在网上找了也没找到合适的,于是就自己写了个。
把核心代码提取出来,希望对大家有帮助。
在做项目的时候需要这个功能,在网上找了也没找到合适的,于是就自己写了个。
把核心代码提取出来,希望对大家有帮助。
tPopWait=20;
showPopStep=20;
popOpacity=80;
sPop=null;
curShow=null;
tFadeOut=null;
tFadeIn=null;
tFadeWaiting=null;
document.write("<style type='text/css'id='defaultPopStyle'>");
document.write(".cPopText { font-family: Verdana, Tahoma; background-color: #FFFFCC; border: 1px #000000 solid; font-size: 11px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}");
...