最新更新 sitemap 网站制作设计本站搜索
网页设计
国外网站 韩国网站 个人主页 手提袋设计 CSS 网页特效 平面设计 网站设计 Flash CMS技巧 服装网站 php教程 photoshop 画册 服务器选用 数据库 Office
虚拟主机 域名注册 云主机 网页设计 客服QQ:8208442
当前位置:首页 > 网页JS特效 > 文本特效类

网页特效:制作经典带阴影可拖动的浮动层

日期:02-07    来源:中国设计秀    作者:cnwebshow.com

代码如下:RyG中国设计秀

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">RyG中国设计秀
<html>RyG中国设计秀
<head>RyG中国设计秀
<title>MyPixbot</title>RyG中国设计秀
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">RyG中国设计秀
<script language="JavaScript" type="text/JavaScript">RyG中国设计秀
<!--RyG中国设计秀
function MM_reloadPage(init) {  //reloads the window if Nav4 resizedRyG中国设计秀
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {RyG中国设计秀
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}RyG中国设计秀
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();RyG中国设计秀
}RyG中国设计秀
MM_reloadPage(true);RyG中国设计秀
function MM_findObj(n, d) { //v4.01RyG中国设计秀
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {RyG中国设计秀
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}RyG中国设计秀
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];RyG中国设计秀
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);RyG中国设计秀
  if(!x && d.getElementById) x=d.getElementById(n); return x;RyG中国设计秀
}RyG中国设计秀
function MM_showHideLayers() { //v6.0RyG中国设计秀
  var i,p,v,obj,args=MM_showHideLayers.arguments;RyG中国设计秀
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];RyG中国设计秀
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }RyG中国设计秀
    obj.visibility=v; }RyG中国设计秀
}RyG中国设计秀
function MM_dragLayer(objName,x,hL,hT,hW,hH,toFront,dropBack,cU,cD,cL,cR,targL,targT,tol,dropJS,et,dragJS) { //v4.01RyG中国设计秀
  //Copyright 1998 Macromedia, Inc. All rights reserved.RyG中国设计秀
  var i,j,aLayer,retVal,curDrag=null,curLeft,curTop,IE=document.all,NS4=document.layers;RyG中国设计秀
  var NS6=(!IE&&document.getElementById), NS=(NS4||NS6); if (!IE && !NS) return false;RyG中国设计秀
  retVal = true; if(IE && event) event.returnValue = true;RyG中国设计秀
  if (MM_dragLayer.arguments.length > 1) {RyG中国设计秀
    curDrag = MM_findObj(objName); if (!curDrag) return false;RyG中国设计秀
    if (!document.allLayers) { document.allLayers = new Array();RyG中国设计秀
      with (document) if (NS4) { for (i=0; i<layers.length; i++) allLayers[i]=layers[i];RyG中国设计秀
        for (i=0; i<allLayers.length; i++) if (allLayers[i].document && allLayers[i].document.layers)RyG中国设计秀
          with (allLayers[i].document) for (j=0; j<layers.length; j++) allLayers[allLayers.length]=layers[j];RyG中国设计秀
      } else {RyG中国设计秀
        if (NS6) { var spns = getElementsByTagName("span"); var all = getElementsByTagName("div"); RyG中国设计秀
          for (i=0;i<spns.length;i++) if (spns[i].style&&spns[i].style.position) allLayers[allLayers.length]=spns[i];}RyG中国设计秀
        for (i=0;i<all.length;i++) if (all[i].style&&all[i].style.position) allLayers[allLayers.length]=all[i]; RyG中国设计秀
    } }RyG中国设计秀
    curDrag.MM_dragOk=true; curDrag.MM_targL=targL; curDrag.MM_targT=targT;RyG中国设计秀
    curDrag.MM_tol=Math.pow(tol,2); curDrag.MM_hLeft=hL; curDrag.MM_hTop=hT;RyG中国设计秀
    curDrag.MM_hWidth=hW; curDrag.MM_hHeight=hH; curDrag.MM_toFront=toFront;RyG中国设计秀
    curDrag.MM_dropBack=dropBack; curDrag.MM_dropJS=dropJS;RyG中国设计秀
    curDrag.MM_everyTime=et; curDrag.MM_dragJS=dragJS;RyG中国设计秀
    curDrag.MM_oldZ = (NS4)?curDrag.zIndex:curDrag.style.zIndex;RyG中国设计秀
    curLeft= (NS4)?curDrag.left:(NS6)?parseInt(curDrag.style.left):curDrag.style.pixelLeft; RyG中国设计秀
    if (String(curLeft)=="NaN") curLeft=0; curDrag.MM_startL = curLeft;RyG中国设计秀
    curTop = (NS4)?curDrag.top:(NS6)?parseInt(curDrag.style.top):curDrag.style.pixelTop; RyG中国设计秀
    if (String(curTop)=="NaN") curTop=0; curDrag.MM_startT = curTop;RyG中国设计秀
    curDrag.MM_bL=(cL<0)?null:curLeft-cL; curDrag.MM_bT=(cU<0)?null:curTop-cU;RyG中国设计秀
    curDrag.MM_bR=(cR<0)?null:curLeft+cR; curDrag.MM_bB=(cD<0)?null:curTop+cD;RyG中国设计秀
    curDrag.MM_LEFTRIGHT=0; curDrag.MM_UPDOWN=0; curDrag.MM_SNAPPED=false; //use in your JS!RyG中国设计秀
    document.onmousedown = MM_dragLayer; document.onmouseup = MM_dragLayer;RyG中国设计秀
    if (NS) document.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP);RyG中国设计秀
  } else {RyG中国设计秀
    var theEvent = ((NS)?objName.type:event.type);RyG中国设计秀
    if (theEvent == 'mousedown') {RyG中国设计秀
      var mouseX = (NS)?objName.pageX : event.clientX + document.body.scrollLeft;RyG中国设计秀
      var mouseY = (NS)?objName.pageY : event.clientY + document.body.scrollTop;RyG中国设计秀
      var maxDragZ=null; document.MM_maxZ = 0;RyG中国设计秀
      for (i=0; i<document.allLayers.length; i++) { aLayer = document.allLayers[i];RyG中国设计秀
        var aLayerZ = (NS4)?aLayer.zIndex:parseInt(aLayer.style.zIndex);RyG中国设计秀
        if (aLayerZ > document.MM_maxZ) document.MM_maxZ = aLayerZ;RyG中国设计秀
        var isVisible = (((NS4)?aLayer.visibility:aLayer.style.visibility).indexOf('hid') == -1);RyG中国设计秀
        if (aLayer.MM_dragOk != null && isVisible) with (aLayer) {RyG中国设计秀
          var parentL=0; var parentT=0;RyG中国设计秀
          if (NS6) { parentLayer = aLayer.parentNode;RyG中国设计秀
            while (parentLayer != null && parentLayer.style.position) {             RyG中国设计秀
              parentL += parseInt(parentLayer.offsetLeft); parentT += parseInt(parentLayer.offsetTop);RyG中国设计秀
              parentLayer = parentLayer.parentNode;RyG中国设计秀
          } } else if (IE) { parentLayer = aLayer.parentElement;       RyG中国设计秀
            while (parentLayer != null && parentLayer.style.position) {RyG中国设计秀
              parentL += parentLayer.offsetLeft; parentT += parentLayer.offsetTop;RyG中国设计秀
              parentLayer = parentLayer.parentElement; } }RyG中国设计秀
          var tmpX=mouseX-(((NS4)?pageX:((NS6)?parseInt(style.left):style.pixelLeft)+parentL)+MM_hLeft);RyG中国设计秀
          var tmpY=mouseY-(((NS4)?pageY:((NS6)?parseInt(style.top):style.pixelTop) +parentT)+MM_hTop);RyG中国设计秀
          if (String(tmpX)=="NaN") tmpX=0; if (String(tmpY)=="NaN") tmpY=0;RyG中国设计秀
          var tmpW = MM_hWidth;  if (tmpW <= 0) tmpW += ((NS4)?clip.width :offsetWidth);RyG中国设计秀
          var tmpH = MM_hHeight; if (tmpH <= 0) tmpH += ((NS4)?clip.height:offsetHeight);RyG中国设计秀
          if ((0 <= tmpX && tmpX < tmpW && 0 <= tmpY && tmpY < tmpH) && (maxDragZ == nullRyG中国设计秀
              || maxDragZ <= aLayerZ)) { curDrag = aLayer; maxDragZ = aLayerZ; } } }RyG中国设计秀
      if (curDrag) {RyG中国设计秀
        document.onmousemove = MM_dragLayer; if (NS4) document.captureEvents(Event.MOUSEMOVE);RyG中国设计秀
        curLeft = (NS4)?curDrag.left:(NS6)?parseInt(curDrag.style.left):curDrag.style.pixelLeft;RyG中国设计秀
        curTop = (NS4)?curDrag.top:(NS6)?parseInt(curDrag.style.top):curDrag.style.pixelTop;RyG中国设计秀
        if (String(curLeft)=="NaN") curLeft=0; if (String(curTop)=="NaN") curTop=0;RyG中国设计秀
        MM_oldX = mouseX - curLeft; MM_oldY = mouseY - curTop;RyG中国设计秀
        document.MM_curDrag = curDrag;  curDrag.MM_SNAPPED=false;RyG中国设计秀
        if(curDrag.MM_toFront) {RyG中国设计秀
          eval('curDrag.'+((NS4)?'':'style.')+'zIndex=document.MM_maxZ+1');RyG中国设计秀
          if (!curDrag.MM_dropBack) document.MM_maxZ++; }RyG中国设计秀
        retVal = false; if(!NS4&&!NS6) event.returnValue = false;RyG中国设计秀
    } } else if (theEvent == 'mousemove') {RyG中国设计秀
      if (document.MM_curDrag) with (document.MM_curDrag) {RyG中国设计秀
        var mouseX = (NS)?objName.pageX : event.clientX + document.body.scrollLeft;RyG中国设计秀
        var mouseY = (NS)?objName.pageY : event.clientY + document.body.scrollTop;RyG中国设计秀
        newLeft = mouseX-MM_oldX; newTop  = mouseY-MM_oldY;RyG中国设计秀
        if (MM_bL!=null) newLeft = Math.max(newLeft,MM_bL);RyG中国设计秀
        if (MM_bR!=null) newLeft = Math.min(newLeft,MM_bR);RyG中国设计秀
        if (MM_bT!=null) newTop  = Math.max(newTop ,MM_bT);RyG中国设计秀
        if (MM_bB!=null) newTop  = Math.min(newTop ,MM_bB);RyG中国设计秀
        MM_LEFTRIGHT = newLeft-MM_startL; MM_UPDOWN = newTop-MM_startT;RyG中国设计秀
        if (NS4) {left = newLeft; top = newTop;}RyG中国设计秀
        else if (NS6){style.left = newLeft; style.top = newTop;}RyG中国设计秀
        else {style.pixelLeft = newLeft; style.pixelTop = newTop;}RyG中国设计秀
        if (MM_dragJS) eval(MM_dragJS);RyG中国设计秀
        retVal = false; if(!NS) event.returnValue = false;RyG中国设计秀
    } } else if (theEvent == 'mouseup') {RyG中国设计秀
      document.onmousemove = null;RyG中国设计秀
      if (NS) document.releaseEvents(Event.MOUSEMOVE);RyG中国设计秀
      if (NS) document.captureEvents(Event.MOUSEDOWN); //for mac NSRyG中国设计秀
      if (document.MM_curDrag) with (document.MM_curDrag) {RyG中国设计秀
        if (typeof MM_targL =='number' && typeof MM_targT == 'number' &&RyG中国设计秀
            (Math.pow(MM_targL-((NS4)?left:(NS6)?parseInt(style.left):style.pixelLeft),2)+RyG中国设计秀
             Math.pow(MM_targT-((NS4)?top:(NS6)?parseInt(style.top):style.pixelTop),2))<=MM_tol) {RyG中国设计秀
          if (NS4) {left = MM_targL; top = MM_targT;}RyG中国设计秀
          else if (NS6) {style.left = MM_targL; style.top = MM_targT;}RyG中国设计秀
          else {style.pixelLeft = MM_targL; style.pixelTop = MM_targT;}RyG中国设计秀
          MM_SNAPPED = true; MM_LEFTRIGHT = MM_startL-MM_targL; MM_UPDOWN = MM_startT-MM_targT; }RyG中国设计秀
        if (MM_everyTime || MM_SNAPPED) eval(MM_dropJS);RyG中国设计秀
        if(MM_dropBack) {if (NS4) zIndex = MM_oldZ; else style.zIndex = MM_oldZ;}RyG中国设计秀
        retVal = false; if(!NS) event.returnValue = false; }RyG中国设计秀
      document.MM_curDrag = null;RyG中国设计秀
    }RyG中国设计秀
    if (NS) document.routeEvent(objName);RyG中国设计秀
  } return retVal;RyG中国设计秀
}RyG中国设计秀
function loadwin(obj){RyG中国设计秀
 with(MM_findObj(obj))with(style){RyG中国设计秀
  filters[0].apply();RyG中国设计秀
  display='';RyG中国设计秀
  filters[0].play();RyG中国设计秀
 }RyG中国设计秀
}RyG中国设计秀
function cs(captionBG,bodyBG,tableBG){RyG中国设计秀
oldBody=document.body;RyG中国设计秀
 with(oldBody){RyG中国设计秀
  var newBody=cloneNode();RyG中国设计秀
  style.filter='blendtrans(duration=1)';RyG中国设计秀
  filters[0].apply();RyG中国设计秀
  with(document.styleSheets[0]){RyG中国设计秀
   with(rules[0].style){backgroundColor=captionBG;}RyG中国设计秀
   with(rules[1].style){backgroundColor=bodyBG;}RyG中国设计秀
   with(rules[2].style){backgroundColor=tableBG}RyG中国设计秀
  }RyG中国设计秀
  filters[0].play();RyG中国设计秀
  setTimeout(function(){RyG中国设计秀
    if(oldBody!=null){RyG中国设计秀
     oldBody.applyElement(newBody, "inside")RyG中国设计秀
     oldBody.swapNode(newBody);RyG中国设计秀
     oldBody.removeNode(true);RyG中国设计秀
     }RyG中国设计秀
    },1500);RyG中国设计秀
 }RyG中国设计秀
}RyG中国设计秀
//-->RyG中国设计秀
</script>RyG中国设计秀
<style type="text/css">RyG中国设计秀
<!--RyG中国设计秀
.caption {RyG中国设计秀
 font-size: 9px;RyG中国设计秀
 color: #FFFFFF;RyG中国设计秀
 background-color: #00CCFF;RyG中国设计秀
 padding-left: 5px;RyG中国设计秀
 cursor: default;RyG中国设计秀
 font-family: "Verdana", "Arial";RyG中国设计秀
 border: 1px inset;RyG中国设计秀
}RyG中国设计秀
body {RyG中国设计秀
 background-color: #f6f6f6;RyG中国设计秀
 border: 1px inset;RyG中国设计秀
 overflow: hidden;RyG中国设计秀
}RyG中国设计秀
table {RyG中国设计秀
 background-color: #eeeeee;RyG中国设计秀
}RyG中国设计秀
td {RyG中国设计秀
 font-family: "Verdana", "Arial";RyG中国设计秀
 font-size: 9px;RyG中国设计秀
 border: 0px;RyG中国设计秀
}RyG中国设计秀
.win {RyG中国设计秀
 filter:BlendTrans(duration=1) DropShadow(Color=#cccccc, OffX=3, OffY=3) alpha(opacity=90)RyG中国设计秀
}RyG中国设计秀
a {RyG中国设计秀
 text-decoration: none;RyG中国设计秀
 color: #003399;RyG中国设计秀
}RyG中国设计秀
a:hover {RyG中国设计秀
 color: #FF0000;RyG中国设计秀
}RyG中国设计秀
input {RyG中国设计秀
 font-family: "Verdana", "Arial";RyG中国设计秀
 font-size: 9px;RyG中国设计秀
 border-width: 1px;RyG中国设计秀
}RyG中国设计秀
.statusbar {RyG中国设计秀
 font-family: "Tahoma", "Verdana";RyG中国设计秀
 font-size: 9px;RyG中国设计秀
 color: #999999;RyG中国设计秀
 padding-left: 3px;RyG中国设计秀
}RyG中国设计秀
.button {RyG中国设计秀
 border: 1px outset;RyG中国设计秀
 text-align: center;RyG中国设计秀
}RyG中国设计秀
.navframe {RyG中国设计秀
 padding: 5px;RyG中国设计秀
}RyG中国设计秀
-->RyG中国设计秀
</style>RyG中国设计秀
</head>RyG中国设计秀
<body>RyG中国设计秀
<div id="assist" style="position:absolute; left:15px; top:68px; width:185px; z-index:1;display:none;" class="win" onMouseDown="MM_dragLayer('assist','',0,0,150,18,true,false,-1,-1,-1,-1,15,68,100,'',false,'')">RyG中国设计秀
  <table width="180" border="1" cellpadding="0" cellspacing="0">RyG中国设计秀
    <tr>RyG中国设计秀
      <td class="caption">SeekAssist</td>RyG中国设计秀
      <td width="14" align="center"><a href="#" onclick="with(MM_findObj('assistwin').style)display=display=='none'?'':'none'">RyG中国设计秀
      %</a></td>RyG中国设计秀
      <td width="14" align="center"><a href="#" onClick="MM_showHideLayers('assist','','hide')">RyG中国设计秀
      X</a></td>RyG中国设计秀
    </tr>RyG中国设计秀
    <tr id="assistwin">RyG中国设计秀
      <td height="100" colspan="3" bordercolor="#eeeeee"> </td>RyG中国设计秀
    </tr>RyG中国设计秀
  </table>RyG中国设计秀
        <br>RyG中国设计秀
</div>RyG中国设计秀
<script>loadwin('assist')</script>RyG中国设计秀
<div id="rank" style="position:absolute; left:15px; top:194px; width:185px; z-index:1;display:none;" class="win" onMouseDown="MM_dragLayer('rank','',0,0,150,18,true,false,-1,-1,-1,-1,15,194,100,'',false,'')">RyG中国设计秀
  <table width="180" border="1" cellpadding="0" cellspacing="0">RyG中国设计秀
    <tr>RyG中国设计秀
      <td class="caption">SeekRank</td>RyG中国设计秀
      <td width="14" align="center"><a href="#" onclick="with(MM_findObj('rankwin').style)display=display=='none'?'':'none'">RyG中国设计秀
      %</a></td>RyG中国设计秀
      <td width="14" align="center"><a href="#" onClick="MM_showHideLayers('assist','','inherit','rank','','hide')">RyG中国设计秀
      X</a></td>RyG中国设计秀
    </tr>RyG中国设计秀
    <tr id="rankwin">RyG中国设计秀
      <td height="100" colspan="3" bordercolor="#eeeeee"> </td>RyG中国设计秀
    </tr>RyG中国设计秀
  </table>RyG中国设计秀
  <br>RyG中国设计秀
</div>RyG中国设计秀
<script>setTimeout("loadwin('rank')",500)</script>RyG中国设计秀
<div id="mycolor" style="position:absolute; left:15px; top:320px; width:185px; z-index:1;display:none;" class="win" onMouseDown="MM_dragLayer('mycolor','',0,0,150,18,true,false,-1,-1,-1,-1,15,320,100,'',false,'')">RyG中国设计秀
  <table width="180" border="1" cellpadding="0" cellspacing="0">RyG中国设计秀
    <tr>RyG中国设计秀
      <td class="caption">MyColor</td>RyG中国设计秀
      <td width="14" align="center"><a href="#" onclick="with(MM_findObj('mycolorwin').style)display=display=='none'?'':'none'">RyG中国设计秀
      %</a></td>RyG中国设计秀
      <td width="14" align="center"><a href="#" onClick="MM_showHideLayers('mycolor','','hide')">RyG中国设计秀
      X</a></td>RyG中国设计秀
    </tr>RyG中国设计秀
    <tr id="mycolorwin">RyG中国设计秀
      <td height="100" colspan="3" bordercolor="#eeeeee"><table width="100%" border="0" cellspacing="0" cellpadding="2">RyG中国设计秀
        <tr>RyG中国设计秀
          <td align="center"><a href="#" onclick="cs('#00CCFF','#f6f6f6','#eeeeee')">RyG中国设计秀
          Default</a></td>RyG中国设计秀
        </tr>RyG中国设计秀
        <tr>RyG中国设计秀
          <td align="center"><a href="#" onclick="cs('red','#eeccee','#eeddee')">RyG中国设计秀
          StyleSheet#1</a></td>RyG中国设计秀
        </tr>RyG中国设计秀
        <tr>RyG中国设计秀
          <td align="center"><a href="#" onclick="cs('#99ccff','#eeeeee','#ccddff')">RyG中国设计秀
          StyleSheet#2</a></td>RyG中国设计秀
        </tr>RyG中国设计秀
        <tr>RyG中国设计秀
          <td align="center"><a href="#" onclick="cs('#ff9999','#ffffff','#ffeeff')">RyG中国设计秀
          StyleSheet#3</a></td>RyG中国设计秀
        </tr>RyG中国设计秀
        <tr>RyG中国设计秀
          <td align="center"><a href="#" onclick="cs('skyblue','#eeeeee','#99ddff')">RyG中国设计秀
          StyleSheet#4</a></td>RyG中国设计秀
        </tr>RyG中国设计秀
        <tr>RyG中国设计秀
          <td align="center"><a href="#" onclick="cs('#009900','#eeffee','#ddffdd')">RyG中国设计秀
          StyleSheet#5</a></td>RyG中国设计秀
        </tr>RyG中国设计秀
      </table></td>RyG中国设计秀
    </tr>RyG中国设计秀
  </table>RyG中国设计秀
  <br>RyG中国设计秀
</div>RyG中国设计秀
<script>setTimeout("loadwin('mycolor')",1000)</script>RyG中国设计秀
<div id="results" style="position:absolute; left:204px; top:68px; width:575px; z-index:1;display:none;" class="win" onMouseDown="MM_dragLayer('results','',0,0,400,18,true,false,-1,-1,-1,-1,204,68,50,'',false,'')">RyG中国设计秀
  <table width="570" border="1" cellpadding="0" cellspacing="0">RyG中国设计秀
    <tr>RyG中国设计秀
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">RyG中国设计秀
          <tr>RyG中国设计秀
            <td class="caption">Results</td>RyG中国设计秀
            <td width="12" class="button"><a href="#" onClick="with(MM_findObj('resultswin').style)display=display=='none'?'':'none'">RyG中国设计秀
            %</a></td>RyG中国设计秀
            <td width="12" class="button"><a href="#" onClick="MM_showHideLayers('results','','inherit')">RyG中国设计秀
            X</a></td>RyG中国设计秀
          </tr>RyG中国设计秀
      </table></td>RyG中国设计秀
    </tr>RyG中国设计秀
    <tr>RyG中国设计秀
      <td height="20" bordercolor="#eeeeee"><input name="url" type="text" value="http://www.qpsh.com" size="100">RyG中国设计秀
      <a target=_blank href="http://www.qpsh.com" onclick="mainframe.location=url.value">Search</a></td>RyG中国设计秀
    </tr>RyG中国设计秀
    <tr id="resultswin">RyG中国设计秀
      <td height="318" valign="top" class="navframe"><aiframe name="mainframe" id="mainframe" src="http://www.qpsh.com" width="100%" height="100%" frameborder="0" scrolling="auto"><font color="#FF0000">RyG中国设计秀
      Welcome!</font></aiframe></td>RyG中国设计秀
    </tr>RyG中国设计秀
    <tr>RyG中国设计秀
      <td height="14" class="statusbar">Ready!</td>RyG中国设计秀
          </tr>RyG中国设计秀
  </table>RyG中国设计秀
  <br>RyG中国设计秀
</div>RyG中国设计秀
<script>setTimeout("loadwin('results')",2000)</script>RyG中国设计秀
</body>RyG中国设计秀
</html>RyG中国设计秀
本代码由<a href=http://www.qpsh.com>网页特效网</a>提供RyG中国设计秀

本文引用地址:/js/article_63461.html
网站地图 | 关于我们 | 联系我们 | 网站建设 | 广告服务 | 版权声明 | 免责声明