📄 colori.htm
字号:
for (i=0; i<allLayers.length; i++) { if (allLayers[i].document && allLayers[i].document.layers) for (j=0; j<allLayers[i].document.layers.length; j++) allLayers[allLayers.length] = allLayers[i].document.layers[j]; } } else { for (i=0; i<all.length; i++) if (all[i].style != null && all[i].style.position) allLayers[allLayers.length] = all[i]; } } } curDrag.MM_dragOk=true; curDrag.MM_targL=targL; curDrag.MM_targT=targT; curDrag.MM_tol=Math.pow(tol,2); curDrag.MM_hLeft=hL; curDrag.MM_hTop=hT; curDrag.MM_hWidth=hW; curDrag.MM_hHeight=hH; curDrag.MM_toFront=toFront; curDrag.MM_dropBack=dropBack; curDrag.MM_dropJS=dropJS; curDrag.MM_everyTime=et; curDrag.MM_dragJS=dragJS; curDrag.MM_oldZ = (NS)?curDrag.zIndex:curDrag.style.zIndex; curLeft= (NS)?curDrag.left:curDrag.style.pixelLeft; curDrag.MM_startL = curLeft; curTop = (NS)?curDrag.top:curDrag.style.pixelTop; curDrag.MM_startT = curTop; curDrag.MM_bL=(cL<0)?null:curLeft-cL; curDrag.MM_bT=(cU<0)?null:curTop -cU; curDrag.MM_bR=(cR<0)?null:curLeft+cR; curDrag.MM_bB=(cD<0)?null:curTop +cD; curDrag.MM_LEFTRIGHT=0; curDrag.MM_UPDOWN=0; curDrag.MM_SNAPPED=false; //use in your JS! document.onmousedown = MM_dragLayer; document.onmouseup = MM_dragLayer; if (NS) document.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP); } else { var theEvent = ((NS)?objNS.type:event.type); if (theEvent == 'mousedown') { var aLayer, maxDragZ=null; var mouseX = (NS)?objNS.pageX : event.clientX + document.body.scrollLeft; var mouseY = (NS)?objNS.pageY : event.clientY + document.body.scrollTop; document.MM_maxZ = 0; for (i=0; i<document.allLayers.length; i++) { aLayer = document.allLayers[i]; var aLayerZ = (NS)?aLayer.zIndex:aLayer.style.zIndex; if (aLayerZ > document.MM_maxZ) document.MM_maxZ = aLayerZ; var isVisible = (((NS)?aLayer.visibility:aLayer.style.visibility).indexOf('hid') == -1); if (aLayer.MM_dragOk != null && isVisible) with (aLayer) { var parentL=0; var parentT=0; if (!NS) { parentLayer = aLayer.parentElement; while (parentLayer != null && parentLayer.style.position) { parentL += parentLayer.offsetLeft; parentT += parentLayer.offsetTop; parentLayer = parentLayer.parentElement; } } var tmpX=mouseX-(((NS)?pageX:style.pixelLeft+parentL)+MM_hLeft); var tmpY=mouseY-(((NS)?pageY:style.pixelTop +parentT)+MM_hTop); var tmpW = MM_hWidth; if (tmpW <= 0) tmpW += ((NS)?clip.width :offsetWidth); var tmpH = MM_hHeight; if (tmpH <= 0) tmpH += ((NS)?clip.height:offsetHeight); if ((0 <= tmpX && tmpX < tmpW && 0 <= tmpY && tmpY < tmpH) && (maxDragZ == null || maxDragZ <= aLayerZ)) { curDrag = aLayer; maxDragZ = aLayerZ; } } } if (curDrag) { document.onmousemove = MM_dragLayer; if (NS) document.captureEvents(Event.MOUSEMOVE); curLeft = (NS)?curDrag.left:curDrag.style.pixelLeft; curTop = (NS)?curDrag.top:curDrag.style.pixelTop; MM_oldX = mouseX - curLeft; MM_oldY = mouseY - curTop; document.MM_curDrag = curDrag; curDrag.MM_SNAPPED=false; if(curDrag.MM_toFront) { eval('curDrag.'+((NS)?'':'style.')+'zIndex=document.MM_maxZ+1'); if (!curDrag.MM_dropBack) document.MM_maxZ++; } retVal = false; if(!NS) event.returnValue = false; } } else if (theEvent == 'mousemove') { if (document.MM_curDrag) with (document.MM_curDrag) { var mouseX = (NS)?objNS.pageX : event.clientX + document.body.scrollLeft; var mouseY = (NS)?objNS.pageY : event.clientY + document.body.scrollTop; newLeft = mouseX-MM_oldX; newTop = mouseY-MM_oldY; if (MM_bL!=null) newLeft = Math.max(newLeft,MM_bL); if (MM_bR!=null) newLeft = Math.min(newLeft,MM_bR); if (MM_bT!=null) newTop = Math.max(newTop ,MM_bT); if (MM_bB!=null) newTop = Math.min(newTop ,MM_bB); MM_LEFTRIGHT = newLeft-MM_startL; MM_UPDOWN = newTop-MM_startT; if (NS) {left = newLeft; top = newTop;} else {style.pixelLeft = newLeft; style.pixelTop = newTop;} if (MM_dragJS) eval(MM_dragJS); retVal = false; if(!NS) event.returnValue = false; } } else if (theEvent == 'mouseup') { document.onmousemove = null; if (NS) document.releaseEvents(Event.MOUSEMOVE); if (NS) document.captureEvents(Event.MOUSEDOWN); //for mac NS if (document.MM_curDrag) with (document.MM_curDrag) { if (typeof MM_targL =='number' && typeof MM_targT == 'number' && (Math.pow(MM_targL-((NS)?left:style.pixelLeft),2)+ Math.pow(MM_targT-((NS)?top:style.pixelTop),2))<=MM_tol) { if (NS) {left = MM_targL; top = MM_targT;} else {style.pixelLeft = MM_targL; style.pixelTop = MM_targT;} MM_SNAPPED = true; MM_LEFTRIGHT = MM_startL-MM_targL; MM_UPDOWN = MM_startT-MM_targT; } if (MM_everyTime || MM_SNAPPED) eval(MM_dropJS); if(MM_dropBack) {if (NS) zIndex = MM_oldZ; else style.zIndex = MM_oldZ;} retVal = false; if(!NS) event.returnValue = false; } document.MM_curDrag = null; } if (NS) document.routeEvent(objNS); } return retVal;}//--></SCRIPT>
<SCRIPT language=JavaScript><!--function YY_ns4refresh() { //v1.2 if (document.layers) // dhtml ns4 { if ((YY_oldX != window.innerWidth) || (YY_oldY !=window.innerHeight)) // window.location=window.location; window.location.reload() YY_oldX = window.innerWidth; YY_oldY = window.innerHeight; }}//--></SCRIPT>
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY onresize="YY_ns4refresh('document.YY_ns4refresh1')" text=#000000
vLink=#000000 aLink=#000000 link=#000000 bgColor=#000033
background=Colori.files/back.gif onload=dragit()><!-- #BeginBehavior YY_ns4refresh1 -->
<SCRIPT language=JavaScript><!-- var YY_oldX = window.innerWidth; var YY_oldY = window.innerHeight;//--></SCRIPT>
<!-- #EndBehavior YY_ns4refresh1 -->
<DIV class=stand id=Layer1
style="Z-INDEX: 5; LEFT: 435px; VISIBILITY: visible; WIDTH: 200px; POSITION: absolute; TOP: 364px; HEIGHT: 37px"></DIV>
<DIV class=stand id=LSchalt
style="Z-INDEX: 4; LEFT: 263px; VISIBILITY: visible; WIDTH: 19px; POSITION: absolute; TOP: 379px; HEIGHT: 14px"><A
onmousedown=yy_switch() href="#"><IMG
height=13 src="Colori.files/schieb.jpg" width=17 border=0></A></DIV>
<DIV class=stand id=LF
style="Z-INDEX: 6; LEFT: 46px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH: 71px; POSITION: absolute; TOP: 373px; HEIGHT: 52px">
<FORM name=myform onsubmit=yy_hextocolor(myform.wert.value)
action=javascript:yy_hextocolor(wert.value) method=post>
<TABLE class=stand cellSpacing=0 cellPadding=0 width=53 border=0 hspace="0"
vspace="0">
<TBODY>
<TR>
<TD><INPUT onblur=yy_hextocolor(myform.wert.value) size=8 value=#FFFFFF
name=wert> </TD></TR></TBODY></TABLE></FORM></DIV>
<DIV id=LS2
style="Z-INDEX: 11; LEFT: 82px; VISIBILITY: visible; OVERFLOW: auto; WIDTH: 21px; POSITION: absolute; TOP: 47px; HEIGHT: 293px"><IMG
height=6 src="Colori.files/scalao.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=6
src="Colori.files/scalau.jpg" width=17><BR></DIV>
<DIV class=zahl id=Lr
style="Z-INDEX: 16; LEFT: 50px; VISIBILITY: visible; WIDTH: 17px; POSITION: absolute; TOP: 300px; HEIGHT: 0px"><A
href="#"><IMG height=13
src="Colori.files/schieb.jpg" width=17 border=0></A> </DIV>
<DIV class=zahl id=La
style="Z-INDEX: 17; LEFT: 154px; VISIBILITY: visible; WIDTH: 17px; POSITION: absolute; TOP: 300px; HEIGHT: 0px"><A
href="#"><IMG height=13
src="Colori.files/schieb.jpg" width=17 border=0></A> </DIV>
<DIV class=zahl id=Lg
style="Z-INDEX: 20; LEFT: 82px; VISIBILITY: visible; WIDTH: 17px; POSITION: absolute; TOP: 300px; HEIGHT: 0px"><A
href="#"><IMG height=13
src="Colori.files/schieb.jpg" width=17 border=0></A> </DIV>
<DIV id=LS3
style="Z-INDEX: 12; LEFT: 112px; VISIBILITY: visible; WIDTH: 21px; POSITION: absolute; TOP: 47px; HEIGHT: 293px"><IMG
height=6 src="Colori.files/scalao.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=6
src="Colori.files/scalau.jpg" width=17><BR></DIV>
<DIV id=LS1
style="Z-INDEX: 15; LEFT: 50px; VISIBILITY: visible; WIDTH: 21px; POSITION: absolute; TOP: 47px; HEIGHT: 293px"><IMG
height=6 src="Colori.files/scalao.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=6
src="Colori.files/scalau.jpg" width=17><BR></DIV>
<DIV id=Labrgb
style="Z-INDEX: 8; LEFT: 45px; VISIBILITY: visible; WIDTH: 88px; POSITION: absolute; TOP: 22px; HEIGHT: 292px"><IMG
height=300 src="Colori.files/brgb.gif" width=90> </DIV>
<DIV id=LS4
style="Z-INDEX: 13; LEFT: 154px; VISIBILITY: visible; WIDTH: 21px; POSITION: absolute; TOP: 49px; HEIGHT: 293px"><IMG
height=6 src="Colori.files/scalao.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=6
src="Colori.files/scalau.jpg" width=17><BR></DIV>
<DIV id=Labgrey
style="Z-INDEX: 9; LEFT: 150px; VISIBILITY: visible; OVERFLOW: visible; WIDTH: 29px; POSITION: absolute; TOP: 20px; HEIGHT: 301px"><IMG
height=300 src="Colori.files/gray.gif" width=25> </DIV>
<DIV id=Labsat
style="Z-INDEX: 10; LEFT: 192px; VISIBILITY: hidden; OVERFLOW: visible; WIDTH: 29px; POSITION: absolute; TOP: 18px; HEIGHT: 301px"><IMG
height=300 src="Colori.files/satur.jpg" width=25> </DIV>
<DIV class=zahl id=Lb
style="Z-INDEX: 19; LEFT: 112px; VISIBILITY: visible; WIDTH: 17px; POSITION: absolute; TOP: 300px; HEIGHT: 0px"><A
href="#"><IMG height=13
src="Colori.files/schieb.jpg" width=17 border=0></A> </DIV>
<DIV class=stand id=LSBG
style="Z-INDEX: 2; LEFT: 259px; VISIBILITY: visible; WIDTH: 156px; POSITION: absolute; TOP: 364px; HEIGHT: 23px"><IMG
height=36 src="Colori.files/schiebv.jpg" width=27><IMG height=35
src="Colori.files/textbg.gif" width=119 align=top border=0> </DIV>
<DIV id=LS5
style="Z-INDEX: 14; LEFT: 196px; VISIBILITY: hidden; WIDTH: 21px; POSITION: absolute; TOP: 48px; HEIGHT: 293px"><IMG
height=6 src="Colori.files/scalao.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=28
src="Colori.files/scala.jpg" width=17><BR><IMG height=6
src="Colori.files/scalau.jpg" width=17><BR></DIV>
<DIV id=Ls
style="Z-INDEX: 18; LEFT: 196px; VISIBILITY: hidden; WIDTH: 17px; POSITION: absolute; TOP: 300px; HEIGHT: 0px"><A
onmouseup=yy_clear(); onmousedown="yy_colors('s', true)"
href="#"><IMG height=13
src="Colori.files/schieb.jpg" width=17 border=0></A> </DIV>
<DIV class=stand id=LIndexHome
style="Z-INDEX: 7; LEFT: 148px; VISIBILITY: visible; WIDTH: 79px; POSITION: absolute; TOP: 365px; HEIGHT: 10px"><IMG
height=37 src="Colori.files/index.gif" width=96 useMap=#index border=0>
</DIV><MAP name=index><AREA shape=RECT target=_top alt=Home coords=7,19,25,31
href="http://www.yaromat.com/iz.htm"><AREA shape=RECT target=_top alt=Index
coords=7,3,24,15 href="http://www.yaromat.com/dw/index.htm"></MAP>
<DIV class=stand id=Lout
style="Z-INDEX: 29; LEFT: 226px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH: 329px; POSITION: absolute; TOP: 20px; HEIGHT: 158px"></DIV>
<DIV class=zahl id=LZb
style="Z-INDEX: 23; LEFT: 110px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH: 20px; POSITION: absolute; TOP: 29px; HEIGHT: 12px">000</DIV>
<DIV class=zahl id=LZg
style="Z-INDEX: 24; LEFT: 79px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH: 21px; POSITION: absolute; TOP: 29px; HEIGHT: 12px">000</DIV>
<DIV class=zahl id=LZa
style="Z-INDEX: 25; LEFT: 152px; VISIBILITY: visible; OVERFLOW: visible; WIDTH: 20px; POSITION: absolute; TOP: 30px; HEIGHT: 12px">000</DIV>
<DIV class=zahl id=LZr
style="Z-INDEX: 26; LEFT: 48px; VISIBILITY: visible; OVERFLOW: hidden; WIDTH: 20px; POSITION: absolute; TOP: 29px; HEIGHT: 12px">000</DIV>
<DIV id=LMask
style="Z-INDEX: 28; LEFT: 208px; VISIBILITY: visible; WIDTH: 342px; POSITION: absolute; TOP: 6px; HEIGHT: 170px"><IMG
height=188 src="Colori.files/mask.gif" width=364></DIV>
<DIV id=Lhexcode
style="Z-INDEX: 30; LEFT: 44px; WIDTH: 88px; POSITION: absolute; TOP: 355px; HEIGHT: 25px"><A
class=zahl onmousedown=yy_hextocolor(myform.wert.value)
href="#"><IMG height=18 alt=ColorIt!
src="Colori.files/hexcode.gif" width=80 border=0 name=imageField></A></DIV>
<DIV class=stand id=Lmm1
style="Z-INDEX: 31; LEFT: 210px; VISIBILITY: hidden; OVERFLOW: hidden; WIDTH: 390px; POSITION: absolute; TOP: 238px; HEIGHT: 101px"><IMG
height=93 src="Colori.files/minimask.gif" width=72 useMap=#stor1 border=0><IMG
height=93 src="Colori.files/minimask.gif" width=72 border=0><IMG height=93
src="Colori.files/minimask.gif" width=72 border=0><IMG height=93
src="Colori.files/minimask.gif" width=72 border=0><IMG height=93
src="Colori.files/minimask.gif" width=72 border=0></DIV><MAP name=stor1><AREA
shape=POLY coords=39,5,50,17,60,6,39,4 href="javascript:YY_storout()"><AREA
shape=POLY coords=11,13,10,13,22,2,31,15,11,15></MAP></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -