السلام عليكم

مع إقتراب الشهر الفضيل " شهر رمضان المبارك " إليكم هذه الإضافة البسيطة مقدمة من موقع الأنترنت لكل العرب التي تجعل مدوناتكم مواكبة لهذا الحدث الجليل ..

على بركة الله الإضافة عبارة عن أكواد نضعها كالتالي ..:

لوحة التحكم --> تصميم --> عناصر الصفحة --> إضافة أداة --> HTML/JavaScript


إليكم صورة عن الإضافة ..:



1 - كتابة جملة joomla متحركة في الشريط العلوي و السفلي للمتصفح
2 - صورة متحركة على طول المدونة blog في أعلى الزاوية اليسرى

للمشاهدة الحية ..:

على موقعنا الأنترنت لكل العرب


و الأن أكواد الإضافة من هنا ..:


رمز Code:
<script> // ************************************************** ***************** // Copyright © www.net4ar.com , All Rights Reserved // DON'T DELETE THIS MESSAGE // الرجاء عدم حذف الحقوق // ************************************************** ***************** var message=&quot; الأنترنت لكل العرب &quot; //specifys the title var message=message+&quot;مبارك عليكم الشهر&quot; //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 each = 1.5seconds. i=&quot;0&quot; //declares the variable and sets it to start at 0 var temptitle=&quot;&quot; //declares the variable and sets it to have no value yet. var speed=&quot;100&quot; //the delay in milliseconds between letters function titler(){ if (!document.all&&!document.getElementById) return document.title=temptitle+message.charAt(i) //sets the initial title temptitle=temptitle+message.charAt(i) //increases the title by one letter i++ //increments the counter if(i==message.length) //determines the end of the message { i=&quot;0&quot; //resets the counter at the end of the message temptitle=&quot;&quot; //resets the title to a blank value } setTimeout(&quot;titler()&quot;,speed) //Restarts. Remove line for no-repeat. } window.onload=titler </script> <img src=&quot;http://4.bp.blogspot.com/-BE2O4brtyYA/T_G5IfkqYjI/AAAAAAAAA3s/oGxCvPccjXw/s1600/Untitled+7.png&quot; style=&quot;position:fixed; top: 0px;left:0px;border:none;z-index:5;&quot; />
أو من المرفقات ..




أتمنى أن تعجبكم الإضافة .. تقبلو تحياتي ..

أخوكم عبــدو




الملفات المرفقة [TR]
les codes By Net4ar.com.zip (934 بايت, عدد مرات المشاهدة 5 مرة) [/TR]



©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©