حصريات
نورت منتدانا
ندعوكم للتسجيل معنا

مرحبا بكم

انضم إلى المنتدى ، فالأمر سريع وسهل

حصريات
نورت منتدانا
ندعوكم للتسجيل معنا

مرحبا بكم
حصريات
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.
المواضيع الأخيرة
» [جيوش الظلم .. انتاج مجموعة برلنتي الفنية 2012 م ]
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالجمعة يوليو 20, 2012 9:01 am من طرف أميرة بأخلاقي

» [ تعابير الحزن +حروف الكلام ] إنشاد: أسامة السلمان
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالسبت يوليو 14, 2012 6:32 am من طرف أميرة بأخلاقي

» [ آيات.. إنشاد: ناصر السعيد ]
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالثلاثاء يونيو 19, 2012 2:49 pm من طرف أميرة بأخلاقي

» [ عتب مواطن..إنشاد سلوم السلوم ]
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالثلاثاء يونيو 19, 2012 6:24 am من طرف أميرة بأخلاقي

» [ الدورة التعليمية التأصيلية ]
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالإثنين يونيو 18, 2012 3:01 am من طرف أميرة بأخلاقي

» [ كليب أطفال الشام.. إخراج: خالد المنصور ]
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالجمعة يونيو 15, 2012 4:37 pm من طرف أميرة بأخلاقي

» | أنشودة أنتِ الحياة للمنشد : مبارك بن تركي
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالأربعاء يونيو 13, 2012 1:35 pm من طرف أميرة بأخلاقي

» [مهرجان نادي التعاون الانشادي ]
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالإثنين يونيو 11, 2012 1:18 am من طرف أميرة بأخلاقي

» [كوكب الفروسية المدرب : نجيب البرجس‎]
اكواد عديده خاصه بمؤشر الفاره في منتداك html Emptyالأربعاء يونيو 06, 2012 2:13 pm من طرف أميرة بأخلاقي


اكواد عديده خاصه بمؤشر الفاره في منتداك html

اذهب الى الأسفل

اكواد عديده خاصه بمؤشر الفاره في منتداك html Empty اكواد عديده خاصه بمؤشر الفاره في منتداك html

مُساهمة من طرف روميو العالمي الجمعة يناير 29, 2010 6:39 pm

وتتوالي الحصريات

معنا اجمل اكواد لمناظر الفاره

اضافة لمسه ساحره للفاره لجعلها ساحره وجميله

تفضلو الاكواد

كلام يتبع مؤشر الفارة

الكود:

[/b] ضعه بين الهيد head
<style>
.spanstyle {
 position:absolute;
 visibility:visible;
 top:-50px;
 font-size:8pt;
 font-family:Verdana;
 font-weight:bold;
}
</style>


<script>

// Your trailing message.
var message="هلا "
message=message.split(" ")

var step=8
var stepbasic=8
// Do not edit the varianles below
var x,y
var flag=0
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
 xpos[i]=-100
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
 ypos[i]=-100
}
var spacebetweenwords=new Array()
for (i=0;i<=message.length-1;i++) {
 spacebetweenwords[i]=stepbasic+step*message[i].length-1
}
var colorstep=Math.round(255/message.length-1)
var colorrgb=new Array()
for (i=0;i<=message.length-1;i++) {
 colorrgb[i]=i*colorstep
}
var wordcolor=new Array()
for (i=0;i<=message.length-1;i++) {
    var colhex_left = Math.floor(colorrgb[i]/16)
    var colhex_right= colorrgb[i]-(colhex_left*16)
    if (colhex_left == 10) {colhex_left="A"}
    if (colhex_left == 11) {colhex_left="B"}
    if (colhex_left == 12) {colhex_left="C"}
    if (colhex_left == 13) {colhex_left="D"}
    if (colhex_left == 14) {colhex_left="E"}
    if (colhex_left == 15) {colhex_left="F"} 
    if (colhex_right == 10) {colhex_right="A"}
    if (colhex_right == 11) {colhex_right="B"}
    if (colhex_right == 12) {colhex_right="C"}
    if (colhex_right == 13) {colhex_right="D"}
    if (colhex_right == 14) {colhex_right="E"}
    if (colhex_right == 15) {colhex_right="F"}   
    wordcolor[i] =""+colhex_left+colhex_right
}
function handlerMM(e){
 x = (document.layers) ? e.pageX :

document.body.scrollLeft+event.clientX
 y = (document.layers) ? e.pageY :

document.body.scrollTop+event.clientY
 flag=1
}
function makesnake() {
 if (flag==1 && document.all) {
    for (i=message.length-1; i>=1; i--) {
      xpos[i]=xpos[i-1]+spacebetweenwords[i-1]
  ypos[i]=ypos[i-1]
    }
  xpos[0]=x+stepbasic
  ypos[0]=y
 
  for (i=0; i<message.length-1; i++) {
      var thisspan = eval("span"+(i)+".style")
      thisspan.posLeft=xpos[i]
  thisspan.posTop=ypos[i]
    }
 }
 
 else if (flag==1 && document.layers) {
    for (i=message.length-1; i>=1; i--) {
      xpos[i]=xpos[i-1]+spacebetweenwords[i-1]
  ypos[i]=ypos[i-1]
    }
  xpos[0]=x+stepbasic
  ypos[0]=y
 
  for (i=0; i<message.length-1; i++) {
      var thisspan = eval("document.span"+i)
      thisspan.left=xpos[i]
  thisspan.top=ypos[i]
    }
 }
  var timer=setTimeout("makesnake()",30)
}
</script>
 
 


 ضعه بين body
<body onLoad="makesnake()" style="width:100%;overflow-

x:hidden;overflow-y:scroll">

<script>
<!-- Beginning of Javascript -
for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"'

class='spanstyle'>")
 document.write("<font color='"+wordcolor[i]+wordcolor

[i]+wordcolor[i]+"'>"+message[i]+"</font>")
    document.write("")
}
if (document.layers){
 document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// - End of Javascript - -->
</script>
 

 

<DIV id="deletethisblock"

style="position:absolute;top:20px;left:20px;">
<font size=1 face=Verdana>
<ul>
[/color][color=blue][b]






2/بريق يتبع مؤشرة الفأرة





الكود:
<STYLE TYPE="text/css">
<!--
BODY{
overflow:scroll;
overflow-x:hidden;
}
.s1
{
  position  : absolute;
  font-size : 10pt;
  color    : blue;
  visibility: hidden;
}
.s2
{
  position  : absolute;
  font-size : 18pt;
  color    : red;
 visibility : hidden;
}
.s3
{
  position  : absolute;
  font-size : 14pt;
  color    : gold;
 visibility : hidden;
}
.s4
{
  position  : absolute;
  font-size : 12pt;
  color    : lime;
 visibility : hidden;
}
//-->
</STYLE>

 
 
<a>ضعه</a> في المكان الذي تريد
 <DIV ID="div1" CLASS="s1">*</DIV>
<DIV ID="div2" CLASS="s2">*</DIV>
<DIV ID="div3" CLASS="s3">*</DIV>
<DIV ID="div4" CLASS="s4">*</DIV>
 

<script LANGUAGE="javascript" TYPE="text/javascript">
/*
script by Mike McGrath- <a href="http://website.lineone.net/~mike_mcgrath">http://website.lineone.net/~mike_mcgrath</a>
Featured on Javascript Kit (<a href="http://javascriptkit.com/">http://javascriptkit.com</a>)
For this and over 400+ free scripts, visit <a href="http://javascriptkit.com/">http://javascriptkit.com</a>
*/
var nav = (document.layers);
var tmr = null;
var spd = 50;
var x = 0;
var x_offset = 5;
var y = 0;
var y_offset = 15;
if(nav) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = get_mouse;
function get_mouse(e)
{   
  x = (nav) ? e.pageX : event.clientX+document.body.scrollLeft;
  y = (nav) ? e.pageY : event.clientY+document.body.scrollTop;
  x += x_offset;
  y += y_offset;
  beam(1);   
}
function beam(n)
{
  if(n<5)
  {
    if(nav)
    {
      eval("document.div"+n+".top="+y);
      eval("document.div"+n+".left="+x);
      eval("document.div"+n+".visibility='visible'");
    } 
    else
    {
      eval("div"+n+".style.top="+y);
      eval("div"+n+".style.left="+x);
      eval("div"+n+".style.visibility='visible'");
    }
    n++;
    tmr=setTimeout("beam("+n+")",spd);
  }
  else
  {
    clearTimeout(tmr);
    fade(4);
  } 
}
function fade(n)
{
  if(n>0)
  {
    if(nav)eval("document.div"+n+".visibility='hidden'");
    else eval("div"+n+".style.visibility='hidden'");
    n--;
    tmr=setTimeout("fade("+n+")",spd);
  }
  else clearTimeout(tmr);
}
// -->
</script>




دوائر ملونة تتبع مؤشر الفارة




الكود:

<script>
/*
Cross browser cursor trailer script
By Brian Caputo (<a href="mailto:bcaputo@icdc.com">bcaputo@icdc.com</a>)
Permission given to Dynamicdrive.com
to feature the script in it's DHTML archive
For 100's more DHTML scripts and components,
visit Dynamicdrive.com
*/
B=document.all;
C=document.layers;
T1=new Array("trail1.gif",38,35,"trail2.gif",30,31,"trail3.gif",28,26,"trail4.gif",22,21,"trail5.gif",16,16,"trail6.gif",10,10)
nos=parseInt(T1.length/3)
rate=50
ie5fix1=0;
ie5fix2=0;
for (i=0;i<nos;i++){
createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,"","<img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>")}
function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){
with (document){
write((!B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" style='position:absolute;left:"+Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; ");
if(St){
if (C)
write(" style='");
write(St+";' ")
}
else write((B)?"'":"");
write((At)? At+">" : ">");
write((HT) ? HT : "");
if (!Op)
closeContainer(N)
}
}
function closeContainer(){
document.write((B)?"</div>":"</layer>")
}
function getXpos(N){
return (B) ? parseInt(B[N].style.left) : C[N].left
}
function getYpos(N){
return (B) ? parseInt(B[N].style.top) : C[N].top
}
function moveContainer(N,DX,DY){
c=(B) ? B[N].style :C[N];c.left=DX;c.top=DY
}
function cycle(){
//if (IE5)
if (document.all&&window.print){
ie5fix1=document.body.scrollLeft;
ie5fix2=document.body.scrollTop;
}
for (i=0;i<(nos-1);i++){
moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos("CUR"+(i+1)))
}
}
function newPos(e){
moveContainer("CUR"+(nos-1),(B)?event.clientX+ie5fix1:e.pageX+2,(B)?event.clientY+ie5fix2:e.pageY+2
)
}
if(document.layers)
document.captureEvents(Event.MOUSEMOVE)
document.onmousemove=newPos
setInterval("cycle()",rate)
</script>






مؤشر فارة يتبع مؤشر فارة





الكود:

<script language="Javascript1.2">
<!--
/*
Submitted by Marcin Wojtowicz [one_spook@hotmail.com]
Featured on Website Abstraction (<a href="http://wsabstract.com/">http://wsabstract.com</a>)
For this and over 400+ free scripts, visit <a href="http://wsabstract.com/">http://wsabstract.com</a>
*/
var trailLength = 8 // The length of trail (8 by default; put more for longer "tail")
var path = "<a href="http://soft.vip600.com/java-tests/cursor.gif">http://soft.vip600.com/java-tests/cursor.gif</a>" // URL of your image
// do NOT modify anything beyond this point
var isIE = false,isNav = false,range = "all.",style = ".style",i,d = 0
var topPix = ".pixelTop",leftPix = ".pixelLeft",images,storage
if (document.layers) { // browser sniffer
 isNav = true,range = "layers.",style = "",topPix = ".top",leftPix = ".left"
} else if (document.all) {
 isIE = true
}
function initTrail() { // prepares the script
 images = new Array() // prepare the image array
 for (i = 0; i < parseInt(trailLength); i++) {
  images[i] = new Image()
  images[i].src = path
 }
 storage = new Array() // prepare the storage for the coordinates
 for (i = 0; i < images.length*3; i++) {
  storage[i] = 0
 }
 for (i = 0; i < images.length; i++) { // make divs for IE and layers for Navigator
  (isIE) ? document.write('<div id="obj' + i + '" style="position: absolute; z-Index: 100; height: 0; width: 0"><img src="' + images[i].src + '"></div>') : document.write('<layer name="obj' + i + '" width="0" height="0" z-index="100"><img src="' + images[i].src + '"></layer>')
 }
 trail()
}
function trail() { // trailing function
 for (i = 0; i < images.length; i++) { // for every div/layer
  eval("document." + range + "obj" + i + style + topPix + "=" + storage[d]) // the Y-coordinate
  eval("document." + range + "obj" + i + style + leftPix + "=" + storage[d+1]) // the X-coordinate
  d = d+2
 }
 for (i = storage.length; i >= 2; i--) { // save the coordinate for the div/layer that's behind
  storage[i] = storage[i-2]
 }
 d = 0 // reset for future use
 var timer = setTimeout("trail()",10) // call recursively
}
function processEvent(e) { // catches and processes the mousemove event
 if (isIE) { // for IE
  storage[0] = window.event.y+document.body.scrollTop+10
  storage[1] = window.event.x+document.body.scrollLeft+10
 } else { // for Navigator
  storage[0] = e.pageY+12
  storage[1] = e.pageX+12
 }
}
if (isNav) {
 document.captureEvents(Event.MOUSEMOVE) // Defines what events to capture for Navigator
}
if (isIE || isNav) { // initiates the script
 initTrail()
 document.onmousemove = processEvent // start capturing
}
//-->
</script>

 







نجوم تتبع مؤشر الفأرة




الكود:
[/center]


<LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>

<script language="Javascript">
<!--
/*
Dancing Stars cursor (Submitted by Kurt at <a href="mailto:kurt.grigg@virgin.net">kurt.grigg@virgin.net</a>)
Modified and permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit <a href="http://dynamicdrive.com/">http://dynamicdrive.com</a>
*/
if (document.all){
document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div style="position:relative;width:3px;height:3px;background:#FFFF00;font-size:2px;visibility:visible"></div>')
document.write('</div>')
}
if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;
if (document.all)
{
  function MoveHandler(){
  Xpos = document.body.scrollLeft+event.x;
  Ypos = document.body.scrollTop+event.y;
  }
  document.onmousemove = MoveHandler;
}
else if (document.layers)
{
  function xMoveHandler(evnt){
  Xpos = evnt.pageX;
  Ypos = evnt.pageY;
  }
  window.onMouseMove = xMoveHandler;
}
 
function animateLogo() {
if (document.all)
{
 yBase = window.document.body.offsetHeight/4;
 xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
 yBase = window.innerHeight/4 ;
 xBase = window.innerWidth/4;
}
if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
 for ( i = 0 ; i < totaldivs ; i++ )
 {
var tempdiv=document.all.starsDiv.all[i].style
  tempdiv.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
  tempdiv.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
 }
}
else if (document.layers)
{
 for ( j = 0 ; j < 7 ; j++ )
 {
var templayer="a"+j
  document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
  document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
 }
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</script>


 
[center]






اسم موقعك يدور حول مؤشر الفارة




الكود:


<script LANGUAGE="Javascript1.2">
<!--//
//Circling text trail- Tim Tilton
//Website: <a href="http://www.tempermedia.com/">http://www.tempermedia.com/</a>
//Visit <a href="http://www.dynamicdrive.com">http://www.dynamicdrive.com</a> for this script and more
// اكتب هنا الكلام
var msg='mganan.com';
var font='Verdana,Arial';
var size=3; // حجم الخط يصل الى 7
var color='#000000';
// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 for just plain rotation w/out drag
var speed=.5;
// This is the rotation speed, set it negative if you want
// it to spin clockwise
var rotation=.2;
// Alter no variables past here!, unless you are good
//---------------------------------------------------
var ns=(document.layers);
var ie=(document.all);
var msg=msg.split('');
var n=msg.length;
var a=size*15;
var currStep=0;
var ymouse=0;
var xmouse=0;
var scrll=0;
var props="<font face="+font+" size="+size+" color="+color+">";
if (ie)
window.pageYOffset=0
// writes the message
 if (ns){
 for (i=0; i < n; i++)
  document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');
 }
 if (ie){
  document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
  for (i=0; i < n; i++)
  document.write('<div id="iemsg" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center;font-weight:regular;cursor:default">'+props+msg[i]+'</font></div>');
  document.write('</div></div>');
 }
 (ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
 ymouse = (ns)?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
 xmouse = (ns)?evnt.pageX+20:event.x-20; // x-position
}
if (ns||ie)
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
y=new Array();
x=new Array();
Y=new Array();
X=new Array();
for (i=0; i < n; i++){
 y[i]=0;
 x[i]=0;
 Y[i]=0;
 X[i]=0;
}
function makecircle(){ // rotation properties
if (ie) outer.style.top=document.body.scrollTop;
currStep-=rotation;
 for (i=0; i < n; i++){ // makes the circle
  var d=(ns)?document.layers['nsmsg'+i]:iemsg[i].style;
  d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15;
  d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)*2; // remove *2 for just a plain circle, not oval
 }
}
function drag(){ // makes the resistance
 scrll=(ns)?window.pageYOffset:0;
 y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
 x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
 for (var i=1; i < n; i++){
  y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
  x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
 }
 makecircle();
 // not rotation speed, leave at zero
 setTimeout('drag()',10);
}
if (ns||ie)window.onload=drag;
// -->
</script>







نجوم تتبع مؤشر الفأرة






الكود:


<LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00" CLIP="0,0,3,3"></LAYER>

<script language="Javascript">
<!--
/*
Dancing Stars cursor (Submitted by Kurt at <a href="mailto:kurt.grigg@virgin.net">kurt.grigg@virgin.net</a>)
Modified and permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit <a href="http://dynamicdrive.com/">http://dynamicdrive.com</a>
*/
if (document.all){
document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div style="position:relative;width:3px;height:3px;background:#FFFF00;font-size:2px;visibility:visible"></div>')
document.write('</div>')
}
if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;
if (document.all)
{
  function MoveHandler(){
  Xpos = document.body.scrollLeft+event.x;
  Ypos = document.body.scrollTop+event.y;
  }
  document.onmousemove = MoveHandler;
}
else if (document.layers)
{
  function xMoveHandler(evnt){
  Xpos = evnt.pageX;
  Ypos = evnt.pageY;
  }
  window.onMouseMove = xMoveHandler;
}
 
function animateLogo() {
if (document.all)
{
 yBase = window.document.body.offsetHeight/4;
 xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
 yBase = window.innerHeight/4 ;
 xBase = window.innerWidth/4;
}
if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
 for ( i = 0 ; i < totaldivs ; i++ )
 {
var tempdiv=document.all.starsDiv.all[i].style
  tempdiv.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
  tempdiv.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
 }
}
else if (document.layers)
{
 for ( j = 0 ; j < 7 ; j++ )
 {
var templayer="a"+j
  document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
  document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
 }
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</script>




اتمني ان تنال اعجابكم

اثبت وجودك ولو برد صغير شكر فقط

لا تقرأ وترحل


روميو
روميو العالمي
روميو العالمي
ملكـ منتدي حصريات
ملكـ منتدي حصريات

عدد المساهمات : 408
تاريخ التسجيل : 28/12/2009
العمر : 35
الموقع : ف ارض الله الواسعه

https://7sryat.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة


 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى