احمد Admin
عدد المساهمات : 160 تاريخ التسجيل : 07/06/2013
| موضوع: اكواد المرجان الحصرية - النصوص - الثلاثاء يونيو 18, 2013 11:03 am | |
|
نص بارز غماز طريقة التركيب ظلل ثم انسخ هذا الكود و ضعه في االمكان الذي تريده في صفحتك - الكود:
-
<html dir="rtl"> <head> <meta http-equiv="Content-Language" content="en-us"> <style> <!-- #glowtext{ filter:glow(color=#000000,strength=3); width:100%; } --> </style> <script language="JavaScript1.2"> function glowit(which){ if (document.all.glowtext[which].filters[0].strength==3) document.all.glowtext[which].filters[0].strength=2; else document.all.glowtext[which].filters[0].strength=3; } function glowit2(which){ if (document.all.glowtext.filters[0].strength==3) document.all.glowtext.filters[0].strength=2; else document.all.glowtext.filters[0].strength=3; } function startglowing(){ if (document.all.glowtext&&glowtext.length){ for (i=0;i<glowtext.length;i++) eval('setInterval("glowit('+i+')",150)'); } else if (glowtext); setInterval("glowit2(0)",150); } if (document.all) window.onload=startglowing; </script> </head> <body> <p align="center"> <font size="6" color="#FF0000"><span id="glowtext"><center> <div style="width:275px;filter:shadow(color=black,strength=10);color:yellow; height:41px"> <p align="center" dir="rtl" style="margin-top: 0; margin-bottom: 0"><strong> <span lang="ar-sa"><font color="#FFFFFF">منتدى الاصدقاء</font></span></strong></div style></span></font> </p> <!-- --><script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/usersites/escort.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script></body> </html> | |
|