<html><br /><head><br /><style><br />img<br />{<br />position:relative;<br />}<br /></style><br /><br /><script language="JavaScript"><br />mouseover=true<br /><br />function coordinates()<br />{<br />if (!moveMe)<br /> {<br /> return<br /> }<br />if (event.srcElement.id=="moveMe")<br /> {<br /> mouseover=true<br /> pleft=moveMe.style.pixelLeft<br /> ptop=moveMe.style.pixelTop<br /> xcoor=event.clientX<br /> ycoor=event.clientY<br /> document.onmousemove=moveImage<br /> }<br />}<br /><br />function moveImage()<br />{<br />if (mouseover&&event.button==1)<br /> {<br /> moveMe.style.pixelLeft=pleft+event.clientX-xcoor<br /> moveMe.style.pixelTop=ptop+event.clientY-ycoor<br /> return false<br /> }<br />}<br /><br />function mouseup()<br />{<br />mouseover=false<br />}<br /><br />document.onmousedown=coordinates<br />document.onmouseup=mouseup<br /></script><br /></head><br /><body><br /><img id="moveMe" src="ضع هنا اسم الصوره" width="الطول" height="العرض"><br /><br /><br /></body><br /></html><br /><br /><br /><br /><br /><br />
ليست هناك تعليقات:
إرسال تعليق