العودة   منتديات دلوعتي > *`·.¸¸.·®™® منتدى التكنولوجية ®™®`·.¸¸.·* > منتدى تطوير المواقع والمنتديات > الادوات لاصحاب المواقع

الادوات لاصحاب المواقع سكربتات & اكواد جافا & برامج & تطوير منتديات vBulletin®

 
 
رد
 
أدوات الموضوع

 
قديم 12-31-06, 10:32 PM   رقم المشاركة : 1
ادارة المنتدى
 
الصورة الرمزية شاعرة البدر






شاعرة البدر متواجد حالياً

شاعرة البدر has a spectacular aura about


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

الوصف: نجوم صغيرة تتبع مؤشر الفارة عند تحريكة.
طريقة التركيب: ضع الكود بمنطقة الـ <body>
الكود:

[HTML]<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>
<****** language="Java******">
<!--
/*
Dancing Stars cursor (Submitted by Kurt at kurt.grigg@virgin.net)
Modified and permission granted to Dynamic Drive to feature ****** in archive
For full source, usage terms, and 100's more DHTML ******s, visit http://dynamicdrive.com
*/
if (********.all){
********.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
********.write('<div style="position:relative;width:3px;height:3px;back ground:#FFFF00;font-size:2px;visibility:visible"></div>')
********.write('</div>')
}
if (********.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 (********.all)
{
function MoveHandler(){
Xpos = ********.body.scrollLeft+event.x;
Ypos = ********.body.scrollTop+event.y;
}
********.onmousemove = MoveHandler;
}
else if (********.layers)
{
function xMoveHandler(evnt){
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}

function animateLogo() {
if (********.all)
{
yBase = window.********.body.offsetHeight/4;
xBase = window.********.body.offsetWidth/4;
}
else if (********.layers)
{
yBase = window.innerHeight/4 ;
xBase = window.innerWidth/4;
}
if (********.all)
{
var totaldivs=********.all.starsDiv.all.length
for ( i = 0 ; i < totaldivs ; i++ )
{
var tempdiv=********.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 (********.layers)
{
for ( j = 0 ; j < 7 ; j++ )
{
var templayer="a"+j
********.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);
********.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();
// -->
</******>[/HTML]






التوقيع :
[align=center]



[/align]
Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
  رد مع اقتباس
 
 
رد

مواقع النشر (المفضلة)


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع إلى

المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
اسم موقعك يتبع مؤشر الفارة شاعرة البدر الادوات لاصحاب المواقع 2 03-08-07 05:48 AM
اتبع الرابط عند وضع مؤشر الفارة شاعرة البدر الادوات لاصحاب المواقع 0 12-31-06 10:28 PM
بريق يتبع مؤشر الفارة شاعرة البدر الادوات لاصحاب المواقع 0 12-31-06 07:17 PM


الساعة الآن: 07:09 PM بتوقيت مسقط


Powered by vBulletin® Version 3.8.4, Copyright ©2000 - 2010, Tranz By Almuhajir

 
:: محموعه اولو هوست للتصميم والبرمجه ::