منتديات براء أونلاين |
|
| غير لون الصفحة بمجرد مرور الماوس على اسم اللون | |
| | كاتب الموضوع | رسالة |
---|
البراء جرجنازي الأوسمة
وسام الأدارة عدد المساهمات : 1910 نقاط : 5528 تاريخ التسجيل : 01/10/2010 العمر : 22 الموقع : حلب
| موضوع: غير لون الصفحة بمجرد مرور الماوس على اسم اللون الثلاثاء أغسطس 09, 2011 7:57 am | |
| غير لون الصفحة بمجرد مرور الماوس على اسم اللون طريقة التركيب 1- انسخ هذا الكود و ضعه في منطقة HEAD <SCRIPT LANGUAGE="JavaScript"> /*<!-- Original: The Radiance Group, Inc. (info@radiancegroup.com) --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! -> Visit our site at http://www.star28.com/ for more code * Translated By www.star28.com/* This notice must stay intact for use */ <!-- Begin function makeArray(q){ for(i=1 ; i <= q ; i++){this[i]=0}} Colors = new makeArray(7); Colors[1] = "00"; Colors[2] = "33"; Colors[3] = "66"; Colors[4] = "99"; Colors[5] = "CC"; Colors[6] = "FF"; // End --> </SCRIPT> 2- انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة BODY <center> <table cellspacing =0 cellpadding =0> <script language="JavaScript"> for(i=1 ; i <= 6 ; i++){ for(j=1 ; j <= 6 ; j++){ for(k=1 ; k <= 6 ; k++){ var thiscolor = Colors[i] + Colors[j] + Colors[k]; document.writeln("<tr><td height = 20 bgcolor = "#" + thiscolor + "" align = right><a href = "); document.writeln("'' onMouseOver = "document.bgColor = '" + thiscolor + "'">" + thiscolor + "</a></td></tr>"); } } } </script> </table> </center> | |
| | | | غير لون الصفحة بمجرد مرور الماوس على اسم اللون | |
|
| صلاحيات هذا المنتدى: | لاتستطيع الرد على المواضيع في هذا المنتدى
| |
| |
| |
|