1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 |
<style type="text/css"> #master { LEFT:-100px; POSITION:absolute; TOP:25px; VISIBILITY:visible; WIDTH:200px; Z-INDEX:2 } #menu { LEFT:100px; POSITION:absolute; TOP:25px; VISIBILITY:visible; WIDTH:18px; Z-INDEX:5 } #top { LEFT:0px; POSITION:absolute; TOP:25px; VISIBILITY:visible; WIDTH:100px; Z-INDEX:5 } #screen { LEFT:0px; POSITION:absolute; TOP:31px; VISIBILITY:visible; WIDTH:100px; Z-INDEX:5 } #screenlinks { LEFT:0px; POSITION:absolute; TOP:31px; VISIBILITY:visible; WIDTH:100px; Z-INDEX: 5 } </style> <script> var ie = document.all ? 1 : 0 var ns = document.layers ? 1 : 0 if(ie){ document.write('<style type="text/css">') document.write("#screen {filter:Alpha(Opacity=30);}") document.write("</style>") } if(ns){ document.write('<style type="text/css">') document.write("#master {clip:rect(0,150,250,0);}") document.write("</style>") } var ie = document.all ? 1 : 0 var ns = document.layers ? 1 : 0 var master = new Object("element") master.curLeft = -100; master.curTop = 10; master.gapLeft = 0; master.gapTop = 0; master.timer = null; function moveAlong(layerName, paceLeft, paceTop, fromLeft, fromTop) { clearTimeout(eval(layerName).timer); if (eval(layerName).curLeft != fromLeft) { if ((Math.max(eval(layerName).curLeft, fromLeft)-Math.min(eval(layerName).curLeft, fromLeft)) < paceLeft) { eval(layerName).curLeft = fromLeft; } else if (eval(layerName).curLeft < fromLeft) { eval(layerName).curLeft = eval(layerName).curLeft + paceLeft; } else if (eval(layerName).curLeft > fromLeft) { eval(layerName).curLeft = eval(layerName).curLeft - paceLeft; } if (ie) { document.all[layerName].style.left = eval(layerName).curLeft; } if (ns) { document[layerName].left = eval(layerName).curLeft; } } if (eval(layerName).curTop != fromTop) { if ((Math.max(eval(layerName).curTop, fromTop) - Math.min(eval(layerName).curTop, fromTop)) < paceTop) { eval(layerName).curTop = fromTop; } else if (eval(layerName).curTop < fromTop) { eval(layerName).curTop = eval(layerName).curTop + paceTop; } else if (eval(layerName).curTop > fromTop) { eval(layerName).curTop = eval(layerName).curTop - paceTop; } if (ie) { document.all[layerName].style.top = eval(layerName).curTop; } if (ns) { document[layerName].top = eval(layerName).curTop; } } eval(layerName).timer = setTimeout('moveAlong(" + layerName + ",' + paceLeft + ',' + paceTop + ',' + fromLeft + ',' + fromTop + ')', 30) } function setPace(layerName, fromLeft, fromTop, motionSpeed) { eval(layerName).gapLeft = (Math.max(eval(layerName).curLeft, fromLeft) - Math.min(eval(layerName).curLeft, fromLeft)) / motionSpeed; eval(layerName).gapTop = (Math.max(eval(layerName).curTop, fromTop) - Math.min(eval(layerName).curTop, fromTop)) / motionSpeed; moveAlong(layerName, eval(layerName).gapLeft, eval(layerName).gapTop, fromLeft, fromTop); } var expandState = 0 function expand() { if (expandState == 0) { setPace("master", 0, 10, 10); if (ie) { document.menutop.src = "menub.gif" }; expandState = 1; } else { setPace("master", -100, 10, 10); if (ie) { document.menutop.src = "menu.gif" }; expandState = 0; } } </script> <div id='master'> <div id='menu' onmouseover="javascript: expand() "> <table border='0' cellpadding='0' cellspacing='0' width='18'> <tbody> <tr> <td width=" 100 % "> <a href="javascript:expand()" onfocus ='this.blur()' > <img alt ='点击这里展开 / 关闭快捷菜单' border ='' 0 height ='' 70 name ='menutop' src ="menu.gif" width='18'></a> </td> </tr> </tbody> </table> </div> <div id='top'> <table border='0' cellpadding='0' cellspacing='0' width='100'> <tbody> <tr> <td width=" 100 % "> <img border='0' height='6' src="top.gif" width ='100' ></td> </tr> </tbody> </table> </div> <div id='screen' onmouseout="javascript:expand()"> <table border ='0' cellpadding ='5' cellspacing ='0' width ='100' > <tbody><tr><td bgcolor ='#336666' width= "100%"> <table bgcolor ='#336666' border='0' cellpadding ='0' cellspacing ='0' width = "100%" height='213'> <tbody> <tr> <td width="100%"> <table border='0' cellpadding='5' cellspacing='1' width="100%"> <tbody><tr><td bgcolor ='#ecf6f5' width ="100%"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <div id='screenlinks'> <table border='0' cellpadding='6' cellspacing='0' width='100'> <tbody> <tr> <td style="FILTER:alpha(opacity='90)" width="100%"> <table bgcolor='#336666' border='0' cellpadding='0' cellspacing='0' width="100%"> <tbody> <tr> <td width="100%"> <table border='0' cellpadding='6' cellspacing='1' width="100%"> <tbody> <tr> <td bgcolor='#ecf6f5' width="100%" align="center"> <font color='999900'>闪客服务导航</font> ├<a href="bank.asp" target="_BLANK">闪客银行</a> ├<a href="gupiao.ASP">股票市场</a> ├<a href="caipiao.ASP">福利彩票</a> ├<a href="GUESS.ASP" target="_BLANK">猜 点 数</a> ├<a href="BET.ASP" target="_BLANK">赌 大 小</a> ├<a href="RACE.ASP" target="_BLANK">赛 马 场</a> ├<a href="TIGER.ASP" target="_BLANK">老 虎 机</a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </div> <script> if (ie) { var sidemenu = document.all.master; } if (ns) { var sidemenu = document.master; } function FixY() { if (ie) { sidemenu.style.top = document.body.scrollTop + 10 } if (ns) { sidemenu.top = window.pageYOffset + 10 } } setInterval("FixY()", 100); </script> |