ظ…ط´ط±ظˆط¹ ط¨ط³ظٹط· ط¨ط¹ط¯ط© ظ„ط؛ط§طھ Html & Css & java script ظ…ط¹ ط§ظ„ط´ط±ط* ط§ظ„ظ…ظپطµظ„




بسم الله الرحمن الرحيم
الحمد لله رب العالمين, والصلاة والسلام على سيدنا محمد الصادق الوعد الأمين, اللهم لا علم لنا إلا ما علمتنا إنك أنت العليم الحكيم, اللهم علمنا ما ينفعنا, وانفعنا بما علمتنا, وزدنا علماً, وأرنا الحق حقاً, وارزقنا اتباعه, وأرنا الباطل باطلاً, وارزقنا اجتنابه, واجعلنا ممن يستمعون القول فيتبعون أحسنه, وأدخلنا برحمتك في عبادك الصالحين .

اللهم آمين

بعد بسم الله الرحمن الرحيم :

اليوم ساقدم لكم مشروع بسيط بعدة لغات وهي Html & Css & java script
طبعا اعرفا نه يوجد اشخاص كثير مستوى هذا المشروع صغير عليهم فخبرتهم اكبر من ذلك بكثير ولكن عن نفسي كنت اتمنى ان اجد مثل هذا الشرح طريقة لكي اتعلم منه فانا عائقي هو الانتقال من التعلم الى التنفيذ

ولله الحمد استطعت ان اصمم هذا المشروع الصغير من الصفر ودون حاجة او مساعدة احد ةهذا من فضل ربيي ومما علمني

اقتباس
ملاحظة بسيطة : انا كتب وجهزت هالموضوع والشرح طريقة
من قبل لان من شهر ونص ما عنا انترنت بحمص
مافي غي رعالموبايل وانا رح نزلو عن طريق الموبايل وبعرف رح يعذبني كتير
واذا في شي نقص انا بعتذر وان شاء الله بس اقدر احصل على انترنت سريع
رح ارفع المشروع امل مع الصفحات كاملة والصور

المشروع عبارة عن ثلاث اقسام
وهو عبارة عن موقع للألعاب مثلا او للأفلام او عرض منتج pluginات او .......

كل شخص يستطيع تغيير بما يريد به وما وضعته إلا رغبة في نشر العلم

وهو مقسم الى اربعة اقسام

القسم الاول وهي الواجهة interface الرئيسية

القسم الثاني الاقسام الداخلية

القسم الثالث المواضيع التي بداخل لاقسام

والرابع صفحة الاتصال والتواصل

صفحة الاتصال تحتاج الى php لكي تعمل ولكنني تركتهها لعدم كفابة علمي بها واتمنا من اي شخص ان يطورها ويشرح طريقةها لنا

نبدأ بعون الله :

ساضع الصفحة والمثال ثم الكود code وبعده الشرح طريقة وقد تجد اخي العزيز انيي اشرح طريقة اشياء بسيطة ولكنني احب ان اشرح طريقة كل شيئ لكي لا يواجه احد مشاكل واي سؤال انا حاضر وستجد اخي ان هناك بعض الاخطاء مثل :

اولا هناك صفات واضعها مباشرة في html وليس في css وانا قصدت ذلك لان هناك اناس لم تتعلم ال css بعد


يارب

اولا الصفحة الرئيسية وهي واجهة interface الموقع







الكود code :

رمز Code:
<html> <head> <!-- Title --> <title>BEST MOVIES 2014</title> <!-- meta --> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/> <!-- javascript --> <script src=&quot;js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/js.js&quot; type=&quot;text/javascript&quot;></script> <!-- CSS --> <link href=&quot;css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> </head> <!-- body page --> <body bgcolor=&quot;#333300&quot; text=&quot;#FFFFFF&quot; background=&quot;images/1.gif&quot;> <!-- الترويسة --> <h1 ><center>BEST MOVIES 2014</center></h1> <marquee alien=&quot;center&quot; bgcoloe=&quot;red&quot; loof=&quot;10&quot; hspace=&quot;4&quot; vspace=&quot;4&quot;> Coding and Desebin By :FENIX </marquee><br /> <!-- الافلام --> <br /><table cellpadding=&quot;4&quot; cellspacing=&quot;4&quot; align=&quot;center&quot; border=&quot;3&quot; background=&quot;images/body.gif&quot;> <!-- Animation Movies --> <tr> <td align=&quot;center&quot;><p>Animation Movies </p> <br /><a href=&quot;Animation/index.html&quot; target=&quot;_self&quot; title=&quot;Animation&quot;><img src=&quot;Animation/index.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <!-- Action Movies --> <td align=&quot;center&quot;><p>Action Movies</p> <br /><a href=&quot;Action/index.html&quot; target=&quot;_self&quot; title=&quot;Action movies&quot;><img src=&quot;Action/index.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <!-- Romance & comedian --> <td align=&quot;center&quot;><p>Romance & comedian</p> <br /><a href=&quot;Romance & comedian/index.html&quot; target=&quot;_self&quot; title=&quot;Romance & comedian&quot;><img src=&quot;Romance & comedian/index.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> </tr> </table> <br /> <table align=&quot;center&quot;> <tr> <td> <a href=&quot;Contact.html&quot;><img class=&quot;con&quot; /></a></td> </tr> </table> <!-- نهاية الجدول --> <br /> <span style=&quot;color: red&quot;><center>Coding and Desebin By : FENIX <sup>®</sup></center></span> <br /> </body> </html>
بعون اله سأبدأ بشرح طريقة الاكواد :

اولا الهيد

رمز Code:
<html> <head> <!-- Title --> <title>BEST MOVIES 2014</title> <!-- meta --> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/> <!-- javascript --> <script src=&quot;js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/js.js&quot; type=&quot;text/javascript&quot;></script> <!-- CSS --> <link href=&quot;css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> </head>
سنبدأ باول سطر :

رمز Code:
<title>BEST MOVIES 2014</title>
وهو عنوان المشروع

رمز Code:
<!-- meta --> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/>
وهنا الترميز الخاص ووضعته بالترميز العالمي utf -8

الن بعد ذلك ضمنت ثلالث ملفات وهي

رمز Code:
<!-- javascript --> <script src=&quot;js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/js.js&quot; type=&quot;text/javascript&quot;></script>
وهي ملفات جيكويري من اجل الحركات وسنشرح طريقةها عندما ياتي دورها

وبعد ذلك باستدعاء ملف css من اجل التصميم

رمز Code:
<link href=&quot;css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; />
وسأشرح طريقةه بعون الله

الى هنا انتهينا من الهيد

رمز Code:
</head>
ناتي الان الى جسم الصفحة اي الي البدي

رمز Code:
<body>
رمز Code:
<body bgcolor=&quot;#333300&quot; text=&quot;#FFFFFF&quot; background=&quot;images/1.gif&quot;>
الان هنا لم استخدم css فيه حيث وضعت لون للخلفية #333300
ولون للخط #FFFFFF
وصورة للخلفية
background=&quot;images/1.gif&quot;
رمز Code:
<h1 >BEST MOVIES 2014</h1>
وهنا الترويسة والتي ستكون عنوان الصفحة ووضعتها بوسم h1
من اجل ان يكون حجمها كبير

الان في ال css الخاص بال body

رمز Code:
body{ font-family: &quot;Hobo Std&quot;; font-size: 14px; border: 10px 10px 10px 10px; }
الخط المستخدم من نوع :Hobo Std
وحجم الخط بالبكسل 14
والتباعدات 10بكسل من كل الاطراف

رمز Code:
h1{ color:red; text-align: center;
هنا من اجل الترويسة
اللون احمر
وجعل المحاذاة في وسط الصفحة
الان

رمز Code:
<marquee alien=&quot;center&quot; loof=&quot;10&quot; hspace=&quot;4&quot; vspace=&quot;4&quot;> Coding and Desebin By :FENIX </marquee><br />
وسم marquee قد لا يعرفه اغلبنا وهو وصف قديم يستخدم لجعل النص متحرك واستخدمت فيه عدة صفات مثل
alien=&quot;center&quot; : المحاذاة في الوسط
loof=&quot;10&quot; عدد مرات التكرار
hspace=&quot;4&quot; التباعد الافقي
vspace=&quot;4 التباعد العامودي

وافي ملف ال css استخدمت له

رمز Code:
marquee{ color: blue; direction: rtl; margin: 10px 0px 20px 0px; }
اللون ازرق
والمسار من اليمين الى اليسار
والمرجين 10px 0px 20px 0px


الان سنبدأ بمحتوى المشروع

قبل وضع الكود codeات ساعطي الفكرة

قمت بإنشاء جدول عبارة عن 3 اعمدة فقط وكل جدول سيكون للدخول الى قسم خاص
في الجدول قسمين الاول وسيكون العنوان وسيكون ترويسة H2
وفي الاسفل صورة عن الضغط عليها سيدخل الى القسم

لنشاهد الكود codeات

رمز Code:
<br /><table cellpadding=&quot;4&quot; cellspacing=&quot;4&quot; align=&quot;center&quot; border=&quot;3&quot; background=&quot;images/body.gif&quot;>
استخدمت وسم table ومعه الخصائص التالية :

cellpadding=&quot;4&quot; و ellspacing=&quot;4&quot;


يمكن وضع 3 ب 1 ولكن وضعته 4 من اجل اذا احب احد اي يضع اكثر من ثلاثة اقسام

سنبدء باول قسم والاقسام الثانية مشابهة تماما له

رمز Code:
<!-- Animation Movies --> <tr> <td align=&quot;center&quot;><p>Animation Movies </p> <br /><a href=&quot;Animation/index.html&quot; target=&quot;_self&quot; title=&quot;Animation&quot;><img src=&quot;Animation/index.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <!-- Action Movies --> <td align=&quot;center&quot;><p>Action Movies</p> <br /><a href=&quot;Action/index.html&quot; target=&quot;_self&quot; title=&quot;Action movies&quot;><img src=&quot;Action/index.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td>
سأبدء بالعنوان

رمز Code:
<td align=&quot;center&quot;> <p>Animation Movies </p>
جعلت المحاذاة بالوسط
ووضعت الاسم بين وسمي p

وفي ملف css استخدمت

رمز Code:
p{ padding:2%; display: block; background-image: url(images/2.gif); height: 33px; background-repeat: repeat-x; }


والهوفر




البايدنغ 2 في المية
وجعلته بلوك
وضعت صورة للخللفية
مع التكرار على x
ووحددت الارتفاع بقدر 33 بكسل

جعلت له هوفر عن مرور الماوس

رمز Code:
p:hover{ color: #0099FF; background-image: url(images/4.gif); background-repeat: repeat-x; }
غيرت من الللون الى #0099FF
ووضعت رابط صورة الخلفية الجديدة
ووضعت التكرار على x

الان انتهينا من العنوان وسننتقل الى الصورة التي ستدخانا الى القسم عند الضغط عليها

رمز Code:
<br /><a href=&quot;Animation/index.html&quot; target=&quot;_self&quot; title=&quot;Animation&quot;><img src=&quot;Animation/index.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a>
وضع اولا وسم الرابط وهو <a>
وفي خياراته href وضعت رابط الذي اريد التوجه الليه عند الضغط
target=&quot;_self&quot;
لكي يتم الفتح في نفس الصفحة ويمكن الاستغناء عنه
title
وهي للعنوان ويمكن استبدالها بالوسم alt
حيث عند تعذر الوصول للصورة يظهر
انتهينا من وسم لرابط <a>


الان الصورة وضعتها داخل للينك
استخدمت وصف الصورة <img>
وفيه الخصائص التالية src وهي رابط الصورة
width العرض
hieght الطول

وهكذا انتهينا من اول قسم

والااقسام الثانية مثلها
الان انتهينا من الجدول

رمز Code:
</table>
الان عملت جدول صغير لكي اضع به الاتصال بنا وهو خانة واحدة بها صورة واحدة

رمز Code:
<table align=&quot;center&quot;> <tr> <td> <a href=&quot;Contact.html&quot;><img class=&quot;con&quot; /></a></td> </tr> </table>
وكما ترون الوصوق بسيطة ولكن

مع وسم ال img وضعت كلاس اسميته con

استدعيته في ملف الcss
رمز Code:
.con{ background-image: url(images/aa.png); height: 60px; width: 193px; }
جعلت صورة للخلفية
حددت الارتفاع والطول

وجعلت للصورة هوفر

رمز Code:
.con:hover{ background-image: url(images/bb.png); height: 60px; width: 193px; }
حيث عند مرور الماوس تظهر الصورة الثانية

الان الحقوق في الفوتور


رمز Code:
<span style=&quot;color: red&quot;><center>Coding and Desebin By :FENIX <sup>®</sup></center></span>
استخدمت هنا عدو وسوم منها

span من اجل الفقرات ووضعت له في ال css خصائص هي

رمز Code:
span{ background-image: url(images/3.gif); background-repeat: repeat-x; }
الى هنا انتهينا من الصفحة الرئيسية


رمز Code:
<br /> </body> </html>

ولكن يجب ان اشرح طريقة وسم داخل ال css
ونا استخدمت لا css3

حيث جعلت ترانسفير للصورة

واستخدمت وسم ال sup لرفع الاشارة اعلا من النص
رمز Code:
img{-moz-transition: all 1.1s ease-in-out; -webkit-transition: all 1.1s ease-in-out; -o-transition: all 1.1s ease-in-out; -ms-transition: all 1.1s ease-in-out; transition: all 1.1s ease-in-out; border: medium; display: table; width: 300px; height: 500px; margin:-5px -5px 10px -5px; }

وجعلت هوفر من اجل التدوير

رمز Code:
img:hover{ -moz-transform: rotate(15deg); -webkit-transform: rotate(15deg); -o-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); box-shadow: 0 0px 20px #000; border: medium; display: table; width: 300px; height: 500px; margin:-5px -5px 10px -5px; }






حيث جعلت الدوران بزاوية 45 درجة


هنا انتهيا من الصفحة الرئيسية الان سوف ننتقل الى الالقسام

وساشرح طريقة قسم لان لاقسام الثانية مشابهة له تماما ارجو من لله التوفيق



اولا الصفحة







رمز Code:
<html> <head> <!-- Title --> <title>BEST AcTion MOVIES 2014</title> <!-- meta --> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/> <!-- javascript --> <script src=&quot;../js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;../js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;../js/js.js&quot; type=&quot;text/javascript&quot;></script> <link href=&quot;../css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> <!-- CSS --> </head> <!-- body page --> <body bgcolor=&quot;#333300&quot; text=&quot;#FFFFFF&quot; background=&quot;1.gif&quot;> <!-- الترويسة --> <h1 ><center>BEST AcTion MOVIES 2014</center></h1> <!-- الافلام --> <table cellpadding=&quot;4&quot; cellspacing=&quot;4&quot; align=&quot;center&quot; border=&quot;3&quot; background=&quot;body.gif&quot;> <tr> <td> <a href=&quot;../Romance & comedian/index.html&quot;><img class=&quot;memo1&quot; /></a></td> <td> <center> <a href=&quot;../index.html&quot;><img class=&quot;memo2&quot; /></a> </center> </td> <td> <a href=&quot;../Animation/index.html&quot;><img class=&quot;memo3&quot; /></a> </td> </tr> <!-- الصف الاول --> <tr> <td align=&quot;center&quot;><p>INCEPTION 2014</p> <br /><a href=&quot;INCEPTION.html&quot; target=&quot;_self&quot; title=&quot;INCEPTION 2014&quot;><img src=&quot;INCEPTION 2014/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>Killer Elite 2014</p> <br /><a href=&quot;Killer.html&quot; target=&quot;_self&quot; title=&quot;Killer Elite 2014&quot;><img src=&quot;Killer Elite 2014/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>Let Me In 2014</p> <br /><a href=&quot;Let.html&quot; target=&quot;_self&quot; title=&quot;Let Me In 2014&quot;><img src=&quot;Let Me In 2014/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> </tr> <!-- الصف الثاني --> <tr> <td align=&quot;center&quot;><p>Percy Jackson and the Olympians (2014)</p> <br /><a href=&quot;parcy.html&quot; target=&quot;_self&quot; title=&quot;Percy Jackson and the Olympians (2014)&quot;><img src=&quot;Percy Jackson and the Olympians (2014)/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>Red 2014</p> <br /><a href=&quot;Red.html&quot; target=&quot;_self&quot; title=&quot;Red 2014&quot;><img src=&quot;Red/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>saw</p> <br /><a href=&quot;saw.html&quot; target=&quot;_self&quot; title=&quot;saw&quot;><img src=&quot;saw/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> </tr> <!-- الصف الثالث --> <tr> <td align=&quot;center&quot;><p>Shutter Island (2014)</p> <br /><a href=&quot;Shutter.html&quot; target=&quot;_self&quot; title=&quot;Shutter Island (2014)&quot;><img src=&quot;Shutter Island (2014)/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>Stonehenge Apocalypse JA</p> <br /><a href=&quot;Stonehenge.html&quot; target=&quot;_self&quot; title=&quot;Stonehenge Apocalypse JA&quot;><img src=&quot;Stonehenge Apocalypse JA/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>The Expendables</p> <br /><a href=&quot;The Expendables.html&quot; target=&quot;_self&quot; title=&quot;The Expendables&quot;><img src=&quot;The Expendables/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> </tr> <!-- الصف الرابع --> <tr> <td align=&quot;center&quot;><p>THE PUNISHER </p> <br /><a href=&quot;THE PUNISHER.html&quot; target=&quot;_self&quot; title=&quot;THE PUNISHER&quot;><img src=&quot;THE PUNISHER/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>The Sorcerer and the White Snake 2014</p> <br /><a href=&quot;The Sorcerer.html&quot; target=&quot;_self&quot; title=&quot;The Sorcerer and the White Snake 2014&quot;><img src=&quot;The Sorcerer and the White Snake 2014/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>THE SORCERER'S APPRENTICE</p> <br /><a href=&quot;THE SORCERER'S.html&quot; target=&quot;_self&quot; title=&quot;THE SORCERER'S APPRENTICE&quot;><img src=&quot;THE SORCERER'S APPRENTICE/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> </tr> <!-- الصف الخامس --> <tr> <td align=&quot;center&quot;><p>The Tourist 2014</p> <br /><a href=&quot;The Tourist.html&quot; target=&quot;_self&quot; title=&quot;The Tourist 2014&quot;><img src=&quot;The Tourist 2014/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>TRANSPOTER</p> <br /><a href=&quot;TRANSPOTER.html&quot; target=&quot;_self&quot; title=&quot;TRANSPOTER&quot;><img src=&quot;TRANSPOTER/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>Undisputed 3 Redemption 2014</p> <br /><a href=&quot;Undisputed.html&quot; target=&quot;_self&quot; title=&quot;Undisputed 3 Redemption 2014&quot;><img src=&quot;Undisputed 3 Redemption 2014/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> </tr> </table> <!-- نهاية الجدول --> <br /> <span style=&quot;color: red&quot;><center>Coding and Desebin By : Mohamad Khalaf <sup>®</sup></center></span> <br /> </body> </html>

اولا الهيد

رمز Code:
<html> <head> <!-- Title --> <title>BEST ANIMATION MOVIES 2014</title> <!-- meta --> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/> <!-- javascript --> <script src=&quot;../js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;../js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;../js/js.js&quot; type=&quot;text/javascript&quot;></script> <link href=&quot;../css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> <!-- CSS --> </head>
سبق وان شرح طريقةته في الرئيسية ولكن هنا يوجد شيئ اريد شرح طريقةه مثلا

رمز Code:
<link href=&quot;../css.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; />

وضعت في الرابط نقطتين ثم سلاش ثو الملف

واقصدب ../

ان يعود مجلد الى الخلف لكي يستدعي الملف

فانا وضعت ملف ال css في المجلد الرئيسي وليس في مجلد القسم

نبدأ بجسم الصفحة اي

رمز Code:
<body bgcolor=&quot;#333300&quot; text=&quot;#FFFFFF&quot; background=&quot;1.gif&quot;>
بسيطة وجميلة وتم شرح طريقةها منذ قليل



الان ترويسة القسم اي العنوان القسم



رمز Code:
<h1 ><center>BEST AcTion MOVIES 2014</center></h1>
تم شرح طريقةه ولكن اريد التنويه لمن يعرف css لن يحتاج وسم center

لان في تعرف ال css للوسك h1 وضعت
رمز Code:
h1{ color:red; text-align: center; }
نبدء بالصفحة

عملت جدول هنا عبارة عن 15 موضوع
3 مواضيع بالعرض و 5 بالطول

رمز Code:
<table cellpadding=&quot;4&quot; cellspacing=&quot;4&quot; align=&quot;center&quot; border=&quot;3&quot; background=&quot;../images/body.gif&quot;>
والكود code تم شرح طريقةه
جعلت البوردر 3 من اجل ان يظهر الجدول

الان هناك في بداية الجدول 3 ازرار

الاول يأخذك للقسم السابق
الثاني ياخذك للرئيسية التي تحوي الاقسام
الثالث ياخذك للقسم التالي

رمز Code:
<tr> <td> <a href=&quot;../Romance & comedian/index.html&quot;><img class=&quot;memo1&quot; /></a></td> <td> <center> <a href=&quot;../index.html&quot;><img class=&quot;memo2&quot; /></a> </center> </td> <td> <a href=&quot;../Action/index.html&quot;><img class=&quot;memo3&quot; /></a> </td> </tr>

الان سناخذ اول واحد وهو القسم السابق

رمز Code:
<td> <a href=&quot;../Romance & comedian/index.html&quot;><img class=&quot;memo1&quot; /> </a> </td>
الكود code بسيط جدا ومشابه للكود code الذي استخدمناه في الرئيسية حيث وضعنا رابط الى صورة والرابط هو رابط القسم السابق

وهنا وضعنا كلاس للصورة class=&quot;memo1&quot;
اما خصائصه في ال css فهي
:
رمز Code:
.memo1{ background-image: url(images/last.png); height: 33px; width: 142px; float: left; background-repeat: no-repeat; border: 0px; margin: auto; }
وضعت به صورة للخلفيه وارتفاع وعرض ووضعت تكرار للخلفيه على x
ولم اضع بوردر جعلت قيمته 0 والتباعد تلقائس ولكن هنا وضعت
float: left;

حيث اجبرت العنصر على ان يكون في الجهة اليسرى
ووضعت هوفر

رمز Code:
.memo1:hover{ background-image: url(images/last2.png); height: 33px; width: 142px; float: left; background-repeat: no-repeat; margin: auto; }

اما الرئيسية فهو كالتالي

رمز Code:
<center> <a href=&quot;../index.html&quot;><img class=&quot;memo2&quot; /></a> </center>
وهي الرئيسية وخصائص ال css

رمز Code:
.memo2{ background-image: url(images/home.png); height: 33px; width: 142px; background-repeat: no-repeat; border: 0px; margin: auto; }
نفس الكود code السابق لكن هنا لم الزمه ان ياخذ اليسار او على اليمين فقد استخدمت في اهمتل <center>

وطبعا هوفر مع تغير الصورة

رمز Code:
.memo2:hover{ background-image: url(images/home2.png); height: 33px; width: 142px; background-repeat: no-repeat; margin: auto; }

الان الى زر القسم التالي

رمز Code:
<td> <a href=&quot;../Action/index.html&quot;><img class=&quot;memo3&quot; /></a>
اصبح لكم واضح وبسيط وهذه خصائص كلاس الصورة مع الهوفر
رمز Code:
.memo3{ background-image: url(images/next.png); height: 33px; width: 142px; background-repeat: no-repeat; border: 0px; float: right; margin: auto; } .memo3:hover{ background-image: url(images/next2.png); height: 33px; width: 142px; background-repeat: no-repeat; margin: auto; float: right; }
ولكن هنا جعلت float:right;
اي جعلته ان يكون على اليمين اجباري


انتهينا من الازرار ناتي الان الى المواضيع

اظن انن الجميع عرف كيف ساعمل المواضيع



ممتاز :
جدول + رابط + صورة






وهذه نهاية صفحة الموضوع







ههههههههه بسيط جدا فلننظر الى الكود code




رمز Code:
<!-- الصف الاول --> <tr> <td align=&quot;center&quot;><p>Alvin and the Chipmunks The Squeakque</p> <br /><a href=&quot;alvin.html&quot; target=&quot;_self&quot; title=&quot;Alvin 2014&quot;><img src=&quot;Alvin and the Chipmunks The Squeakquel/2.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>BRAVE 212</p> <br /><a href=&quot;BRAVE.html&quot; target=&quot;_self&quot; title=&quot;BRAVE 2014&quot;><img src=&quot;BRAVE/boster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> <td align=&quot;center&quot;><p>Frankenweenie</p> <br /><a href=&quot;frankenweenie.html&quot; target=&quot;_self&quot; title=&quot;frankenweenie 2014&quot;><img src=&quot;frankenweenie/poster.jpg&quot; width=&quot;33%&quot; height=&quot;33%&quot; /></a> </td> </tr> <!-- نهاية الصف الاول -->
بسيط جدا ولكن احب ان اشير انني في ملف ال css

قد ضبطت مقاس جميع الصور

رمز Code:
width: 300px; height: 500px;
لان كل صورة لها مقاس وابعاد مختلفة لذلك وحدت جميع المقاسات

الا انتهينا من صفحة المواضيع فجميع الموااضيع كالسابق تماما

الان ننتقل الى صفحة الموضوع الداخلية

الصفحة بسيطة عبارة عن صفحة بها صور متنوعة لمحتوى الموضوع ووصف وتحميل وفي النهاية 3 ازرار مثل الازرار السابقة

الزر الاول الانتقال للموضوع السابق وليس للقسم السابق
والزر الثاني للعودة للقسم
والزر السابق للموضوع التالي


رمز Code:
<html> <head> <title>Alvin and the Chipmunks The Squeakque</title> <!-- javascript --> <script src=&quot;../js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;../js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;../js/js.js&quot; type=&quot;text/javascript&quot;></script> <link href=&quot;../css topic.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> </head> <body bgcolor=&quot;#333300&quot; text=&quot;#FFFFFF&quot; background=&quot;../images/3.gif&quot;> <h2>Alvin and the Chipmunks The Squeakque</h2> <br /> <center> <table cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; align=&quot;center&quot; border=&quot;1&quot; background=&quot;../images/body topic.gif&quot; width=&quot;60%&quot;> <tr> <td> <img src=&quot;Alvin and the Chipmunks The Squeakquel/2.jpg&quot;/> <h3> <center>Alvin and the Chipmunks The Squeakque</center> </h3> <span> <h4><center>THis movie toking about 5 mousees sing a song ....<br /> Movie rate :7/10 from Imdb</center></h4> <br /> </span> <center> Screen shot :<br /><br /> <img src=&quot;Alvin and the Chipmunks The Squeakquel/1.jpg&quot;/> <br /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <br /><br /> <img src=&quot;Alvin and the Chipmunks The Squeakquel/3.jpg&quot;/> <h4>You Can Download This Moive Free from Here <br /> Just Click download now image </h4> <br /> <br /> <a href=&quot;#&quot;>DoWnlOad Now</a></center> </td> </tr> </table> </center> <table cellpadding=&quot;3&quot; cellspacing=&quot;3&quot; width=&quot;100%&quot;> <tr> <td><a href=&quot;WALL·E.html&quot;><img class=&quot;memo1&quot; /></a></td> <td><a href=&quot;index.html&quot;><img class=&quot;memo2&quot; /></a></td> <td><a href=&quot;Barnyard.html&quot;><img class=&quot;memo3&quot; /></a></td> </tr> </table> </body> </html>
سنبدء بالازرار وهي كالتالي :

رمز Code:
<table cellpadding=&quot;3&quot; cellspacing=&quot;3&quot; width=&quot;100%&quot;> <tr> <td><a href=&quot;WALL·E.html&quot;><img class=&quot;memo1&quot; /></a></td> <td><a href=&quot;index.html&quot;><img class=&quot;memo2&quot; /></a></td> <td><a href=&quot;Barnyard.html&quot;><img class=&quot;memo3&quot; /></a></td> </tr> </table>
قد تسال لماذا وضعتهم في جدول

السبب في ذلك من اجل تحديد الاماكن فمثلا لزرا الاول سيكون على آخر يسار الخلية الاولى
والثاني في وسط الخلية الثانية
والثالث على يمين الخلية الثالثة

وتعاريف ال css نفسها

الصفحة بسيطة جدا وقم شرح طريقة جميع محتواها من خلال الاقسام السابقة

وبها خصائص css مثل

رمز Code:
a{ color: #FF0066; border: 10px 10px 10px 10px; font-size: 20px; } a:hover{ color: #FFFFFF; }
وهي للروابط

اما الجدول فوضع ميرجن تلقائي

رمز Code:
table{ margin: auto; }

وهكذا تم الانتهاء من شرح طريقة جميع الصفحات والاقسام والرئيسية







الان ساشرح طريقة صفحة الاتصال Contact.html

رمز Code:
<html dir=&quot;rtl&quot;> <head> <!-- Title --> <title>Do you Need some One else ???</title> <!-- meta --> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/> <!-- javascript --> <script src=&quot;js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/js.js&quot; type=&quot;text/javascript&quot;></script> <!-- CSS --> <link href=&quot;css Contact.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> <!-- css social --> <link href=&quot;soc.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> <!-- css social --> </head> <!-- body --> <body bgcolor=&quot;#333300&quot; text=&quot;#FFFFFF&quot; background=&quot;images/1.gif&quot;> <script language=&quot;javascript&quot;> alert (&quot;مرحبا بك عزيزنا الزائر في صفحة الطلبات فقط املأ البيانات التالية ونحن في خدمتك&quot function S(){ alert (&quot;شكرا ... سيتم تلبية طلبك في اقرب وقت ممكن رضائكم يهمنا &quot } </script> <!-- ترويسة --> <h1><center>Send A Movie Reacqest</center></h1> <!-- النص المتحرك --> <marquee alien=&quot;center&quot; bgcoloe=&quot;red&quot; loof=&quot;10&quot; hspace=&quot;4&quot; vspace=&quot;4&quot;> مرحبا بكم عزيزنا الزائر الموقع لك وصمم خصصيصا لاجلك ولذلك نضع بين يدين خدمة طلب الافلام التي تريدها فقط املأ الحقول التالية وسيتم تلبية طلبك </marquee> <!-- فورمات التسجيل او الطلب --> <form class=&quot;form&quot; action=&quot;#&quot; method=&quot;post&quot;> <!-- هنا يوجد جدول لتنسيق الحقول --> <table align=&quot;center&quot;> <!-- الجدول الاول الخاص بالاسم --> <tr> <td>Name :</td> <td><input type=&quot;text&quot; maxlength=&quot;100&quot; value=&quot;اسمك&quot; class=&quot;m1&quot; /><br /> </td> </tr> <!-- الجدول الثاني الخاص بالايميل --> <tr> <td>E-Mail :</td> <td><input type=&quot;text&quot; maxlength=&quot;100&quot; value=&quot;ضع هنا الايميل الخاص بك&quot; class=&quot;m2&quot; /> <br /></td> </tr> <!-- الجدول الثالث الخاص بختيار نوع الفلم --> <tr> <td>Movie type :</td> <td> <!-- هنا من اجل عمل قائمة منسدلة --> <select> <br /> <!-- انواع الافلام المتوفرة --> <option>نوع الفلم</option> <option>Animation Movie</option> <option>ACtion Movie</option> <option>Romance Movie</option> </select> </td> </tr> <!-- الجدول الثالث الخاص بختيار نوع الفلم --> <tr> <td>Tou are frome :</td> <td> <!-- هنا من اجل عمل قائمة منسدلة --> <select> <br /> <!-- البلدان--> <option>chose your Country</option> <option>Syria</option> <option>U A E </option> <option>Lebanon</option> <option>Jordan</option> <option>S K A</option> <option>Yaman</option> <option>china</option> <option>Koria</option> <option>U S A</option> <option>other</option> </select> </td> </tr> <!-- تحديد ان كان ذكر او انثى --> <tr> <td>Yor are : </td> <td>mail <input type=&quot;radio&quot; readonly=&quot;readonly&quot; /> femail <input type=&quot;radio&quot; readonly=&quot;readonly&quot; /></td> </tr> <!-- هنا مكان كتابة الرسالة او الطلب --> <tr> <td>your Reacqest or MsG : </td> <td><textarea rows=&quot;10&quot; cols=&quot;60&quot;></textarea></td> </tr> <tr> <!-- هنا للتأكيد --> <td>Are you sure ??</td> <td><input type=&quot;checkbox&quot; /> Yes </td> </tr> </table> <!-- نهاية الجدول --> <!-- زر sumit --> <input type=&quot;submit&quot; name=&quot;s&quot; value=&quot;Submit&quot;/> <!-- زر تفريغ الحقول --> <input type=&quot;reset&quot; value=&quot;Reset&quot; /> <!-- زر الطلب --> <input type=&quot;button&quot; name=&quot;send&quot; value=&quot;Order Now&quot; onclick=&quot;S()&quot; /> </form> <!-- نهاية الفورم --> <br /> <!-- هنا عبارة عن صور متحركة --> <marquee loof=&quot;10&quot; hspace=&quot;10&quot; vspace=&quot;10&quot;> <!-- الجدول الذي يضم الصور --> <table align=&quot;center&quot; border=&quot;1&quot;> <tr> <!-- الصور --> <td><img src=&quot;Action/index.jpg&quot; /></td> <td><img src=&quot;Animation/index.jpg&quot; /></td> <td><img src=&quot;Romance & comedian/DEAR JOHN/poster.jpg&quot; /></td> <td><img src=&quot;Action/Red/poster.jpg&quot; /></td> <td><img src=&quot;Animation/Madagascar 3 Europe's Most Wanted/poster.jpg&quot; /></td> <td><img src=&quot;Romance & comedian/Titanic/poster.jpg&quot; /></td> <td><img src=&quot;Action/TRANSPOTER/poster.jpg&quot; /></td> <td><img src=&quot;Animation/Rio/poster.jpg&quot; /></td> <td><img src=&quot;Romance & comedian/Remember Me/poster.jpg&quot; /></td> </tr> <!-- نهاية الجدول --> </table> <!-- نهاية الصور المتحركة --> </marquee> <!-- soc --> <div class=&quot;icon&quot;> <a href=&quot;https://www.facebook.com/FENIXPRO&quot; title=&quot;قم يزيارة صفحتنا على الفيس بوك&quot;><ins><div class=&quot;fb&quot;></div></ins></a><br/> <a href=&quot;location.href='http://twitter.com/fenixthelord&quot; title=&quot;تابعنا على تويتر&quot;><ins><div class=&quot;tw&quot;></div></ins></a><br/> <a href=&quot;http://www.youtube.com&quot; title=&quot;قناتنا على اليوتيوب&quot;><ins><div class=&quot;yt&quot;></div></ins></a><br/> <a href=&quot;http://www.mozilla.com/fr/firefox/&quot; title=&quot;لافضل تصفح حمل آخر اصدار من فيرفوكس&quot; ><ins><div class=&quot;fx&quot;></div></ins></a> </div> <!-- soc --> </body> </html>


الصفحة بسيطة ساشرح طريقةها بعون لله

كما تعودنا سأبدء بالهيد

رمز Code:
<html dir=&quot;rtl&quot;> <head> <!-- Title --> <title>Do you Need some One else ???</title> <!-- meta --> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/> <!-- javascript --> <script src=&quot;js/jquery.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/custom.js&quot; type=&quot;text/javascript&quot;></script> <script src=&quot;js/js.js&quot; type=&quot;text/javascript&quot;></script> <!-- CSS --> <link href=&quot;css Contact.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> <!-- css social --> <link href=&quot;soc.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /> <!-- css social --> </head>
الكود code بسيط عنوان + استدعاء ملفات جافا + ملفات سي اس اس
وهنا وضعت ملفين css الاول خاص بالصفحة والثاني خاص بالروابط التي على اليمين واقصد روابط مواقع التواصل

فلناخذ رالملف


&quot;js/js.js&quot;


رمز Code:
$(function() { $('img').mouseover(function() { $(this).fadeTo('400' , 0.50); $(this).fadeTo('400' , 1); }); }); $(function() { $('img.tiefa').mouseover(function() { $(this).animate({rotate: '40deg'}); $(this).animate({rotate: '-=40deg'}); }); }); $(function() { $('img.tiefa').mouseover(function() { $(this).animate({rotate: '40deg'}); $(this).animate({rotate: '-=40deg'}); });
وهو كود code جافا مهمته عمل خفوت للصورة عند مرور الماوس عليها

تعبت من الشرح طريقة هههههه

نتابع بعون الله

الان نبدء بالبدي اي جسم الصفحة

رمز Code:
<!-- body --> <body bgcolor=&quot;#333300&quot; text=&quot;#FFFFFF&quot; background=&quot;images/1.gif&quot;> <script language=&quot;javascript&quot;> alert (&quot;مرحبا بك عزيزنا الزائر في صفحة الطلبات فقط املأ البيانات التالية ونحن في خدمتك&quot function S(){ alert (&quot;شكرا ... سيتم تلبية طلبك في اقرب وقت ممكن رضائكم يهمنا &quot } </script>
هذا عبارة عن كود code جافا سكريبت script
مقسم الى قسمين

الاول رسالة ترحيبية بالزائر تطلب منه ملئ البيانات




والثاني فانكشن اسمه s
مربوط بزر سيتم شرح طريقةه في الاخر مهمته عند الضغط على هذا الزر تظهر رسالة تخبر الزائر انه تم ارسال الطلب







نتابع ...........

كما تعودنا ترويسة العنوان

ووضعت نص متحرك

رمز Code:
<!-- ترويسة --> <h1><center>Send A Movie Reacqest</center></h1> <!-- النص المتحرك --> <marquee alien=&quot;center&quot; bgcoloe=&quot;red&quot; loof=&quot;10&quot; hspace=&quot;4&quot; vspace=&quot;4&quot;> مرحبا بكم عزيزنا الزائر الموقع لك وصمم خصصيصا لاجلك ولذلك نضع بين يدين خدمة طلب الافلام التي تريدها فقط املأ الحقول التالية وسيتم تلبية طلبك </marquee>






الان ناتي الى الفورم

قمت بانشاء فورم من اجل البيانات

رمز Code:
<!-- فورمات التسجيل او الطلب --> <form class=&quot;form&quot; action=&quot;#&quot; method=&quot;post&quot;> <!-- هنا يوجد جدول لتنسيق الحقول -->
وقمت باعطائه خصاءص في ال css وهي كالتالي

رمز Code:
.form{ text-align: center; margin: auto; color: #CC3366; width: 95%; border: #CC0099; background-image: url(images/body topic.gif); background-repeat: repeat-y; background-color: #C0C0C0; }
جعلت الجدول في الوسط
والتباعد تلقائي
وضعت له لون
وعرض يقدر ب 95% من حجم الصفحة الكلي
قد يسال البعض لماذا استخدمت % بدلا من البكسل والهدف من استخدامي انه تاخذ % من حجم الصفحة مهما تغي رمقاش الشاشة او الصفحة او المتصفح

ووضعت صورة للخلفية وتكرار

بعد ذلك وضعت جدول والجدول من عمودين من اجل ان تظهر الصفحة بشكل متناسق الجدول الاول وضعت بع الكتابة والثاني الحقول

نشاهد اول خانة وهي الاسم

رمز Code:
<table align=&quot;center&quot;> <!-- الجدول الاول الخاص بالاسم --> <tr> <td>Name :</td> <td><input type=&quot;text&quot; maxlength=&quot;100&quot; value=&quot;اسمك&quot; class=&quot;m1&quot; /><br /> </td> </tr>
الكود code واضح ليدينا وشارح به نقطتين

رمز Code:
maxlength=&quot;100&quot;
واقصد بها ان عدد الاحرف الاعظمي هي 10 حرف

ووضعت كلاس m1 من اجل لاستخدام عند البرمجة بال php


الحقل الثاني الايميل وهو مشابه تماما لسابقه

رمز Code:
<!-- الجدول الثاني الخاص بالايميل --> <tr> <td>E-Mail :</td> <td><input type=&quot;text&quot; maxlength=&quot;100&quot; value=&quot;ضع هنا الايميل الخاص بك&quot; class=&quot;m2&quot; /> <br /></td> </tr>

الان الجزء الثالث وهو قائمة منسدلة لنوع الفلبم حيث يختار النوع من هذه القائمة

رمز Code:
<!-- الجدول الثالث الخاص بختيار نوع الفلم --> <tr> <td>Movie type :</td> <td> <!-- هنا من اجل عمل قائمة منسدلة --> <select> <br /> <!-- انواع الافلام المتوفرة --> <option>نوع الفلم</option> <option>Animation Movie</option> <option>ACtion Movie</option> <option>Romance Movie</option> </select> </td> </tr> <!-- الجدول الثالث الخاص بختيار نوع الفلم -->
في البداية استخدمت وسم ال <secelct >

لانشاء القائمة ووضعت الخيارات ضمن وسم <option>


الان تحديد البلد وهو مشابه تماما لنوع الفلم

رمز Code:
<tr> <td>you are frome :</td> <td> <!-- هنا من اجل عمل قائمة منسدلة --> <select> <br /> <!-- البلدان--> <option>chose your Country</option> <option>Syria</option> <option>U A E </option> <option>Lebanon</option> <option>Jordan</option> <option>S K A</option> <option>Yaman</option> <option>china</option> <option>Koria</option> <option>U S A</option> <option>other</option> </select> </td> </tr>

الان تحديد عن اذا كان ذكر او انثى وذلك لتبيان خاصية الراديو

رمز Code:
<!-- تحديد ان كان ذكر او انثى --> <tr> <td>Yor are : </td> <td>mail <input type=&quot;radio&quot; readonly=&quot;readonly&quot; /> femail <input type=&quot;radio&quot; readonly=&quot;readonly&quot; /></td> </tr>
قمت بانشاء حقل بوسم input مع النوع راديو type=&quot;radio&quot;


الان منطقة لكتابة الطلب او الرسالة

رمز Code:
<!-- هنا مكان كتابة الرسالة او الطلب --> <tr> <td>your Reacqest or MsG : </td> <td><textarea rows=&quot;10&quot; cols=&quot;60&quot;></textarea></td> </tr> <tr>
وهي وسم textarea

وخصائص css

رمز Code:
textarea{ background-color: #999999; color: #fff; width: 95%; }
وهنا زر للتاكيد لاظهار خاصية التشيك بوكس

رمز Code:
<!-- هنا للتأكيد --> <td>Are you sure ??</td> <td><input type=&quot;checkbox&quot; /> Yes </td> </tr>
الان يوجد لدينا 3 ازار وهي كالتالي

رمز Code:
<!-- نهاية الجدول --> <!-- زر sumit --> <input type=&quot;submit&quot; name=&quot;s&quot; value=&quot;Submit&quot;/> <!-- زر تفريغ الحقول --> <input type=&quot;reset&quot; value=&quot;Reset&quot; /> <!-- زر الطلب --> <input type=&quot;button&quot; name=&quot;send&quot; value=&quot;Order Now&quot; onclick=&quot;S()&quot; /> </form> <!-- نهاية الفورم -->
اول زر وهو زر ال Submit
ثاني زر وهو زر ال ريست حيث يفرغ الحقول
الزر الثالث وهو الاهم الطلب وهو الزر المساول عن الارسال حيث وضعت لهحدث في الجافا سكربت اسميته s()

وكما شاهدنا في بداية الصفحة عند الضغط يتم استدعاد الفانكشن s فتظهر الرسالة التي تخبر الزائر بانه تم ارسال الطلب

الان بعد الانتهاء من الفورم

قمت بعمل جدول متحرك يحوي مجموعة صور تعرض محتوى الموقع

والكود code خلال لاشرح طريقة


رمز Code:
<!-- هنا عبارة عن صور متحركة --> <marquee loof=&quot;10&quot; hspace=&quot;10&quot; vspace=&quot;10&quot;> <!-- الجدول الذي يضم الصور --> <table align=&quot;center&quot; border=&quot;1&quot;> <tr> <!-- الصور --> <td><img src=&quot;Action/index.jpg&quot; /></td> <td><img src=&quot;Animation/index.jpg&quot; /></td> <td><img src=&quot;Romance & comedian/DEAR JOHN/poster.jpg&quot; /></td> <td><img src=&quot;Action/Red/poster.jpg&quot; /></td> <td><img src=&quot;Animation/Madagascar 3 Europe's Most Wanted/poster.jpg&quot; /></td> <td><img src=&quot;Romance & comedian/Titanic/poster.jpg&quot; /></td> <td><img src=&quot;Action/TRANSPOTER/poster.jpg&quot; /></td> <td><img src=&quot;Animation/Rio/poster.jpg&quot; /></td> <td><img src=&quot;Romance & comedian/Remember Me/poster.jpg&quot; /></td> </tr> <!-- نهاية الجدول --> </table> <!-- نهاية الصور المتحركة --> </marquee>





لان ناتي الى شرح طريقة ايقونات التواصل الاجتماعي الظاهرة على اليمين





كود code ال HTML بسيط جدا

وضعت ديف وروابط دخله

رمز Code:
<div class=&quot;icon&quot;> <a href=&quot;https://www.facebook.com/FENIXPRO&quot; title=&quot;قم يزيارة صفحتنا على الفيس بوك&quot;><ins><div class=&quot;fb&quot;></div></ins></a><br/> <a href=&quot;location.href='http://twitter.com/fenixthelord&quot; title=&quot;تابعنا على تويتر&quot;><ins><div class=&quot;tw&quot;></div></ins></a><br/> <a href=&quot;http://www.youtube.com&quot; title=&quot;قناتنا على اليوتيوب&quot;><ins><div class=&quot;yt&quot;></div></ins></a><br/> <a href=&quot;http://www.mozilla.com/fr/firefox/&quot; title=&quot;لافضل تصفح حمل آخر اصدار من فيرفوكس&quot; ><ins><div class=&quot;fx&quot;></div></ins></a> </div>
ووضعت كلاس لكل موقع

الان من ال css استخدمنا ما يلي :

ملاحظة مواقغع التواصل لديهم ملف css خاص بهم اسميته soc

رمز Code:
.icon{ position:fixed; top:20%; left:0; }
هذا الكود code للديف الرئيسي حيث عملت مثل بوكس ثابت وضعت له قيمة ان يبقي من الاعلى بنسبة 20%
وجعلته ثابتا على اليسار


لان ناتي لكل ايقونة وساشرح طريقة واحدة لان الباقي نفس الشيئ


رمز Code:
.fb{ background:url('images/fenix/fb.png')no-repeat top center ; width:150px; height:70px; background-repeat:no-repeat; border:none; }
كود code بسيط وجميل وضعت صورة للخلفية بدون تكرار والى لاعلى في الوسك
لالن وضعت طول وعرض ووضعت للاعلى من اجل ان آخذ نصف الصورة فقط

ووضعت هوفر




رمز Code:
.fb:hover { background:url('images/fenix/fb.png') no-repeat bottom center; }

الى هنا انتهيت بعون الله سبحانه من المشروع كاملا اتمنى من اله عز وجل ان يوقفني في الشرح طريقة فقد تعبت في هذا المشروع



ملاحظة جميلة :

لو ان شخصا ما اراني المشروع قبل ان انفذه ساقول له هذا صعب لا استطيع صنع مثله ولكن عندما تبدا بيدك ستصل الى اجمل من هذا

اي سؤال من هذا المشروع انا جاهز بعون الله


وهذه الصفحات وملفات ال css وملفات الجافا وكما قلت سابقا ساقوم برفع المشروع كاملا مع الصور والصفحات كاملة عند توافر انترنت سريع




واتمني التطوير لاتعلم واعلم

والسلام عليكم ورحمة الله وبركاته

اخوكم محمد









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