ممكن كود يخلي الصفحه تمطر ثلجاً

3 مشترك

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

ممكن كود يخلي الصفحه تمطر ثلجاً Empty ممكن كود يخلي الصفحه تمطر ثلجاً

مُساهمة من طرف واثـق الخطوه الثلاثاء 15 مايو 2012 - 15:51

ممكن كود يخلي الصفحه تمطر ثلجاً
واثـق الخطوه
واثـق الخطوه

ممكن كود يخلي الصفحه تمطر ثلجاً 01010

ذكر
عدد المساهمات : 46
معدل النشاط : 4492
السُمعة : 0

http://ais2010.forumarabia.com/forum

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

ممكن كود يخلي الصفحه تمطر ثلجاً Empty رد: ممكن كود يخلي الصفحه تمطر ثلجاً

مُساهمة من طرف Kemo Mazika الثلاثاء 15 مايو 2012 - 15:54

جارى .........................


Kemo Mazika
Kemo Mazika
 
 

ذكر
عدد المساهمات : 209
معدل النشاط : 5007
السُمعة : 9

http://mazikahost.eb2a.com/from

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

ممكن كود يخلي الصفحه تمطر ثلجاً Empty رد: ممكن كود يخلي الصفحه تمطر ثلجاً

مُساهمة من طرف Kemo Mazika الثلاثاء 15 مايو 2012 - 15:57

تم ..............
<script language="JavaScript">

/* This credit MUST stay intact for use */
/* Visit our site at http://www.star28.com/ for more code */

<!-- Begin
var no = 50;
var speed = 1;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var s, x, y, sn, cs;
var a, r, cx, cy;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
else
if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
x = new Array();
y = new Array();
r = new Array();
cx = new Array();
cy = new Array();
s = 8;
for (i = 0; i < no; ++ i) {
initRain();
if (ns4up) {
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"1\" ");
document.write("top=\"1\" visibility=\"show\"><font color=\"blue\">");
document.write(",</font></layer>");
}
else {
document.write("<layer name=\"dot"+ i +"\" left=\"1\" ");
document.write("top=\"1\" visibility=\"show\"><font color=\"blue\">");
document.write(",</font></layer>");
}
}
else
if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><font color=\"blue\">");
document.write(",</font></div>");
}
else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><font color=\"blue\">");
document.write(",</font></div>");
}
}
}
function initRain() {
a = 6;
r[i] = 1;
sn = Math.sin(a);
cs = Math.cos(a);
cx[i] = Math.random() * doc_width + 1;
cy[i] = Math.random() * doc_height + 1;
x[i] = r[i] * sn + cx[i];
y[i] = cy[i];
}
function makeRain() {
r[i] = 1;
cx[i] = Math.random() * doc_width + 1;
cy[i] = 1;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function updateRain() {
r[i] += s;
x[i] = r[i] * sn + cx[i];
y[i] = r[i] * cs + cy[i];
}
function raindropNS() {
for (i = 0; i < no; ++ i) {
updateRain();
if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >= (doc_height - 20))) {
makeRain();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
document.layers["dot"+i].top = y[i];
document.layers["dot"+i].left = x[i];
}
setTimeout("raindropNS()", speed);
}
function raindropIE() {
for (i = 0; i < no; ++ i) {
updateRain();
if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >= (doc_height - 20))) {
makeRain();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
document.all["dot"+i].style.pixelTop = y[i];
document.all["dot"+i].style.pixelLeft = x[i];
}
setTimeout("raindropIE()", speed);
}
if (ns4up) {
raindropNS();
}
else
if (ie4up) {
raindropIE();
}
// End -->
</script>
Kemo Mazika
Kemo Mazika
 
 

ذكر
عدد المساهمات : 209
معدل النشاط : 5007
السُمعة : 9

http://mazikahost.eb2a.com/from

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

ممكن كود يخلي الصفحه تمطر ثلجاً Empty رد: ممكن كود يخلي الصفحه تمطر ثلجاً

مُساهمة من طرف prince Messi الثلاثاء 15 مايو 2012 - 15:59

مرحبا عزيزي......تفضل الكود ممكن كود يخلي الصفحه تمطر ثلجاً 103798
الكود:

<marquee behavior="scroll" direction="down" scrollamount="3"
style="position:absolute; left:5px; top:36px; width:22px; height:983px;
z-index:1;"><span class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="2" style="position:absolute; left:139px;
top:144px; width:22px; height:911px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="3" style="position:absolute; left:185px;
top:50px; width:22px; height:946px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="1" style="position:absolute; left:280px;
top:32px; width:22px; height:912px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="7" style="position:absolute; left:369px;
top:69px; width:22px; height:928px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="5" style="position:absolute; left:221px;
top:86px; width:22px; height:906px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="7" style="position:absolute; left:100px;
top:43px; width:22px; height:987px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="6" style="position:absolute; left:325px;
top:42px; width:22px; height:939px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="7" style="position:absolute; left:50px;
top:62px; width:22px; height:954px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="3" style="position:absolute; left:405px;
top:37px; width:22px; height:920px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="3" style="position:absolute; left:442px;
top:67px; width:22px; height:920px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="4" style="position:absolute; left:478px;
top:50px; width:22px; height:981px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="7" style="position:absolute; left:516px;
top:30px; width:22px; height:992px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="6" style="position:absolute; left:592px;
top:19px; width:22px; height:985px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="3" style="position:absolute; left:632px;
top:55px; width:22px; height:986px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="1" style="position:absolute; left:555px;
top:86px; width:22px; height:983px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="1" style="position:absolute; left:668px;
top:8px; width:22px; height:947px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="7" style="position:absolute; left:700px;
top:156px; width:22px; height:935px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="3" style="position:absolute; left:778px;
top:115px; width:22px; height:999px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="7" style="position:absolute; left:739px;
top:13px; width:22px; height:922px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="4" style="position:absolute; left:815px;
top:29px; width:22px; height:950px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="1" style="position:absolute; left:866px;
top:9px; width:22px; height:982px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="1" style="position:absolute; left:921px;
top:50px; width:22px; height:942px; z-index:1;"><span
class="falling1"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>
<marquee behavior="scroll"
direction="down" scrollamount="2" style="position:absolute; left:957px;
top:14px; width:22px; height:937px; z-index:1;"><span
class="falling2"><img
src="http://i46.servimg.com/u/f46/15/96/93/59/310.gif"
/></span></marquee>

يوضع في
لوحة الادارة / مظهر المنتدي / الصفحة الرئيسية / التشكيلات العامة / وضع اعلان في الصفحة الرئيسية
عنوان الاعلان : الثلج يتساقط
محتوي الرسالة : ضع الكود هنا
ثم سجل
ممكن كود يخلي الصفحه تمطر ثلجاً 829894

prince Messi
prince Messi
 
 

ذكر
عدد المساهمات : 1800
معدل النشاط : 6587
السُمعة : 100

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

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

- مواضيع مماثلة

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