أهلا وسهلا بك زائرنا الكريم, أنت لم تقم بتسجيل الدخول بعد! يشرفنا أن تقوم بالدخول أو التسجيل إذا رغبت بالمشاركة في المنتدى

استعرض الموضوع التالي استعرض الموضوع السابق اذهب الى الأسفل  رسائل تتغير ضمن مربع بشكل جميل [صفحة 1 من اصل 1]

1رسائل تتغير ضمن مربع بشكل جميل Empty رسائل تتغير ضمن مربع بشكل جميل الثلاثاء سبتمبر 16, 2008 7:38 pm

Abody Alyazedi

المـديـر العـــام
Abody Alyazedi
رسائل تتغير ضمن مربع بشكل جميل

طريقة التركيب

انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة BODY
الكود:
  <script language="Javascript1.2">
/*
Fading Scroller- By DynamicDrive.com
For full source code, and usage terms, visit [url=http://www.dynamicdrive.com]http://www.dynamicdrive.com[/url]
This notice MUST stay intact for use
Translated By [url=http://www.star28.com]www.star28.com[/url]
*/
var delay=3000 //set delay between message change (in miliseconds)
var fcontent=new Array()
begintag='<font face="Tahoma" size=2>' //set opening tag, such as font declarations
fcontent[0]="<b>هذا هو </b><br>كود رائع جداً ... أليس كذلك<br><br>يمكن وضع روابط إن أردت <a href='http://www.star28.com/'>مثل هذه</a>"
fcontent[1]="هذا هو نص الرسالة الثانية"
fcontent[2]="هذا هو نص الرسالة الثالثة ... وداعاً"
closetag='</font>'
var fwidth='150px' //set scroller width
var fheight='150px' //set scroller height
var fadescheme=0 //set 0 to fade text color from (white to black), 1 for (black to white)
var fadelinks=1  //should links inside scroller content also fade like text? 0 for no, 1 for yes.
///No need to edit below this line/////////////////
var hex=(fadescheme==0)? 255 : 0
var startcolor=(fadescheme==0)? "rgb(255,255,255)" : "rgb(0,0,0)"
var endcolor=(fadescheme==0)? "rgb(0,0,0)" : "rgb(255,255,255)"
var ie4=document.all&&!document.getElementById
var ns4=document.layers
var DOM2=document.getElementById
var faderdelay=0
var index=0
if (DOM2)
faderdelay=2000
//function to change content
function changecontent(){
if (index>=fcontent.length)
index=0
if (DOM2){
document.getElementById("fscroller").style.color=startcolor
document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
linksobj=document.getElementById("fscroller").getElementsByTagName("A")
if (fadelinks)
linkcolorchange(linksobj)
colorfade()
}
else if (ie4)
document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag
else if (ns4){
document.fscrollerns.document.fscrollerns_sub.document.write(begintag+fcontent[index]+closetag)
document.fscrollerns.document.fscrollerns_sub.document.close()
}
index++
setTimeout("changecontent()",delay+faderdelay)
}
// colorfade() partially by Marcio Galli for Netscape Communications.  ////////////
// Modified by Dynamicdrive.com
frame=20;
function linkcolorchange(obj){
if (obj.length>0){
for (i=0;i<obj.length;i++)
obj[i].style.color="rgb("+hex+","+hex+","+hex+")"
}
}
function colorfade() {
// 20 frames fading process
if(frame>0) {
hex=(fadescheme==0)? hex-12 : hex+12 // increase or decrease color value depd on fadescheme
document.getElementById("fscroller").style.color="rgb("+hex+","+hex+","+hex+")"; // Set color value.
if (fadelinks)
linkcolorchange(linksobj)
frame--;
setTimeout("colorfade()",20);
}
else{
document.getElementById("fscroller").style.color=endcolor;
frame=20;
hex=(fadescheme==0)? 255 : 0
}
}
if (ie4||DOM2)
document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+';padding:2px"></div>')
window.onload=changecontent
</script>
<ilayer id="fscrollerns" width=&{fwidth}; height=&{fheight};><layer id="fscrollerns_sub" width=&{fwidth}; height=&{fheight}; left=0 top=0></layer></ilayer>

http://www.s7ams.com

2رسائل تتغير ضمن مربع بشكل جميل Empty رد: رسائل تتغير ضمن مربع بشكل جميل الأربعاء سبتمبر 17, 2008 12:32 pm

عدووولي

:: v.i.p ::
عدووولي
رسائل تتغير ضمن مربع بشكل جميل 278742

3رسائل تتغير ضمن مربع بشكل جميل Empty رد: رسائل تتغير ضمن مربع بشكل جميل الخميس أكتوبر 02, 2008 2:02 am

Medoo

:: عضو/ة شرف ::
Medoo
:: عضو/ة شرف ::
الله يعطيك العافية

4رسائل تتغير ضمن مربع بشكل جميل Empty رد: رسائل تتغير ضمن مربع بشكل جميل الجمعة نوفمبر 28, 2008 2:16 pm

Abody Alyazedi

المـديـر العـــام
Abody Alyazedi
منورين

http://www.s7ams.com

5رسائل تتغير ضمن مربع بشكل جميل Empty رد: رسائل تتغير ضمن مربع بشكل جميل السبت نوفمبر 29, 2008 7:32 am

بسمة امل ومحبة

:: v.i.p ::
بسمة امل ومحبة
مشكووووووووور

6رسائل تتغير ضمن مربع بشكل جميل Empty رد: رسائل تتغير ضمن مربع بشكل جميل السبت نوفمبر 29, 2008 7:47 am

Abody Alyazedi

المـديـر العـــام
Abody Alyazedi
نورتي الصفحه بسومه

http://www.s7ams.com

7رسائل تتغير ضمن مربع بشكل جميل Empty رد: رسائل تتغير ضمن مربع بشكل جميل الأربعاء فبراير 04, 2009 11:45 pm

Abody Alyazedi

المـديـر العـــام
Abody Alyazedi
رسائل تتغير ضمن مربع بشكل جميل 118
رسائل تتغير ضمن مربع بشكل جميل 77297 {شكرا لكم على مروركم الرائع يا احلى اعضاء..... رسائل تتغير ضمن مربع بشكل جميل 77297
رسائل تتغير ضمن مربع بشكل جميل 119

http://www.s7ams.com

8رسائل تتغير ضمن مربع بشكل جميل Empty رد: رسائل تتغير ضمن مربع بشكل جميل الأحد فبراير 08, 2009 4:18 am

سعاد&ة&السفير

:: v.i.p ::
سعاد&ة&السفير
thanx

Abody Alyazedi

المـديـر العـــام
Abody Alyazedi
نورتو
رسائل تتغير ضمن مربع بشكل جميل 648475

http://www.s7ams.com

استعرض الموضوع التالي استعرض الموضوع السابق الرجوع الى أعلى الصفحة  رسائل تتغير ضمن مربع بشكل جميل [صفحة 1 من اصل 1]

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

-

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

 


© 2017 NAJMNET.
FM PunBB
Rip by معتز بالله ADMIN