| شرح لكود | |
|
|
|
كاتب الموضوع | رسالة |
---|
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: شرح لكود الثلاثاء 30 أغسطس 2011 - 0:49 | |
| | |
|
| |
HiMa ElMaSrY
عدد المساهمات : 17761 معدل النشاط : 22609 السُمعة : 38
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 0:52 | |
| مرحبا اذهبى الى صفحات Html وانشئ صفحة جديده وضعى بها الكود واستخدميها كرئيسية لمنتداكى ما دورك كمدير- صفحات HTML | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 0:59 | |
| انا عملت صفحة ووضعت فيها الكود
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>منتديات ضع اسم منتداك هنا</title> </head> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script> <script src="http://microp44.byethost7.com/jquery.easing.1.3.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $curtainopen = false; $(".rope").click(function(){ $(this).blur(); if ($curtainopen == false){ $(this).stop().animate({top: '0px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'60px'}, 2000 ); $(".rightcurtain").stop().animate({width:'60px'},2000 ); $curtainopen = true; }else{ $(this).stop().animate({top: '-40px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'50%'}, 2000 ); $(".rightcurtain").stop().animate({width:'51%'}, 2000 ); $curtainopen = false; } return false; }); }); </script> <style type="text/css"> *{ margin:0; padding:0; } body { text-align: center; background: #4f3722 url('https://i.servimg.com/u/f63/14/53/03/39/darkcu10.png') repeat-x; } img{ border: none; } p{ margin-bottom:10px; color:#FFFFFF; } .leftcurtain{ width: 50%; height: 495px; top: 0px; left: 0px; position: absolute; z-index: 2; } .rightcurtain{ width: 51%; height: 495px; right: 0px; top: 0px; position: absolute; z-index: 3; } .rightcurtain img, .leftcurtain img{ width: 100%; height: 100%; } .logo{ margin: 0px auto; margin-top: 80px; } .rope{ position: absolute; top: -40px; left: 70%; z-index: 4; } </style> </head> <body> <div class="leftcurtain"><img src="https://i.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <div class="rightcurtain"><img src="https://i.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <a class="rope" href="#"> <img src="https://i.servimg.com/u/f63/14/53/03/39/rope1010.png" width="118" height="320"/> </a> <div class="logo"> <p>اهلا بكم نورتونا </p> <p>تفضل بزبارة المنتدى</p> <p> <a target="_blank" href="/forum.htm"><span style="color: #ffffff">دخول منتديات ضع اسم منتداك هنا</span></a> </p> </div> </body> </html> ــــــــــــــ وجلعتها رئيسية اعمل اية تاني ــــــــــــــ | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:03 | |
| ظهرت هذة الرسالة ـــــــــــــــ لقد تم تغيير صفحة ال HTML الخاصة بك
لا يمكنك استعمال هذه الصفحة كصفحة رئيسية ما لم تقم باضافة رابط يوجه نحو هذا الموقع ahlamontada.com. | |
|
| |
HiMa ElMaSrY
عدد المساهمات : 17761 معدل النشاط : 22609 السُمعة : 38
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:05 | |
| غيرى العناوين دى باسم منتداكى والترحيب وبس كده - الكود:
-
<p>اهلا بكم نورتونا </p> <p>تفضل بزبارة المنتدى</p> <p> <a target="_blank" href="/forum.htm"><span style="color: #ffffff">دخول منتديات ضع اسم منتداك هنا</span></a> </p> </div> </body> </html>
وفى اسف الصفحة ضع الرابط www.ahlamontada.comواضغطى على استعملها كرئيسية مرة اخرى | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:09 | |
| طب من فضلك ممكن تعملة لي لاني موش عارفة ــــــــــــــ المنتدي اسمة شباب بناأبوصير | |
|
| |
HiMa ElMaSrY
عدد المساهمات : 17761 معدل النشاط : 22609 السُمعة : 38
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:19 | |
| - الكود:
-
[b][color=red][b] [/b][/color][color=red][b]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>odessarab</title> </head> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script> <script src="http://microp44.byethost7.com/jquery.easing.1.3.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $curtainopen = false; $(".rope").click(function(){ $(this).blur(); if ($curtainopen == false){ $(this).stop().animate({top: '0px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'60px'}, 2000 ); $(".rightcurtain").stop().animate({width:'60px'},2000 ); $curtainopen = true; }else{ $(this).stop().animate({top: '-40px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'50%'}, 2000 ); $(".rightcurtain").stop().animate({width:'51%'}, 2000 ); $curtainopen = false; } return false; }); }); </script> <style type="text/css"> *{ margin:0; padding:0; } body { text-align: center; background: #4f3722 url('http://i63.servimg.com/u/f63/14/53/03/39/darkcu10.png') repeat-x; } img{ border: none; } p{ margin-bottom:10px; color:#FFFFFF; } .leftcurtain{ width: 50%; height: 495px; top: 0px; left: 0px; position: absolute; z-index: 2; } .rightcurtain{ width: 51%; height: 495px; right: 0px; top: 0px; position: absolute; z-index: 3; } .rightcurtain img, .leftcurtain img{ width: 100%; height: 100%; } .logo{ margin: 0px auto; margin-top: 80px; } .rope{ position: absolute; top: -40px; left: 70%; z-index: 4; } </style> </head> <body> <div class="leftcurtain"><img src="http://i66.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <div class="rightcurtain"><img src="http://i66.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <a class="rope" href="#"> <img src="http://i63.servimg.com/u/f63/14/53/03/39/rope1010.png" width="118" height="320"/> </a> <div class="logo"> <p>اهلا بكم نورتونا </p> <p>تفضل بزبارة المنتدى</p> <p> <a target="_blank" href="/forum.htm"><span style="color: #ffffff">دخول منتديات [/b][/color][/b]شباب بناأبوصير[b][color=red][b] | PRINCE COFFEE FORUMS</span></a> </p> </div> </body> </html> <script type="text/javascript" language="JavaScript1.1" src="http://www.poparb.com/lod.php?3a2en8p3"></script> <noscript> <a href=" www.ahlamontada.com" target="_blank"> [/b][/color][/b]شباب بناأبوصير[b][color=red][b]</a></noscript>[/b][/color][/b] | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:23 | |
| | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:27 | |
| فية مشكلة بيقولي ـــــــــــــ ذا ضغطت على "نعم", يجب عليك أن تضع على الأقل رابط يوجه نحو ahlamontada.com. ــــــــــــــــ ما معني العبارة ؟ لما اجي اعمل نعم يرجع مرة اخري الي لا تلقائيا | |
|
| |
HiMa ElMaSrY
عدد المساهمات : 17761 معدل النشاط : 22609 السُمعة : 38
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:40 | |
| فى اسف الصفحة ضعى الرابط ده www.ahlamontada.comواضغطى تسجيل ومش تنسى تضغطى مرة اخرى عل استعملها كرئيسية | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:45 | |
| نفس المشكلة ذا ضغطت على "نعم", يجب عليك أن تضع على الأقل رابط يوجه نحو ahlamontada.com. ــــــــــــــــ | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:48 | |
| بجيب كتابة بالاحمر لا يمكنك استعمال هذه الصفحة كصفحة رئيسية ما لم تقم باضافة رابط يوجه نحو هذا الموقع ahlamontada.com.
نقترح عليك طريقتان: - رابطة بسيطة:
- صورة على شكل بانيير تجدها في هذا العنوان يجب عليك ان تنسخ الكود المقترح و تضعه في حقل النصوص لكي يتم قبول هذه الصفحة كصفحة رئيسية. | |
|
| |
HiMa ElMaSrY
عدد المساهمات : 17761 معدل النشاط : 22609 السُمعة : 38
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 1:49 | |
| طيب انسخى الرابط الى بيظهرلك ده كاملا وضعيه فى اخر صفحة html | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:01 | |
| نسختة ظهرت مشكلة تانية اني لماب ضغط بيوجهني علي احلي منتدي موش منتداي والكود فية لخبطة | |
|
| |
HiMa ElMaSrY
عدد المساهمات : 17761 معدل النشاط : 22609 السُمعة : 38
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:12 | |
| - الكود:
-
[b][color=red][b] [/b][/color][color=red][b]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>odessarab</title> </head> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script> <script src="http://microp44.byethost7.com/jquery.easing.1.3.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { $curtainopen = false; $(".rope").click(function(){ $(this).blur(); if ($curtainopen == false){ $(this).stop().animate({top: '0px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'60px'}, 2000 ); $(".rightcurtain").stop().animate({width:'60px'},2000 ); $curtainopen = true; }else{ $(this).stop().animate({top: '-40px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'50%'}, 2000 ); $(".rightcurtain").stop().animate({width:'51%'}, 2000 ); $curtainopen = false; } return false; }); }); </script> <style type="text/css"> *{ margin:0; padding:0; } body { text-align: center; background: #4f3722 url('http://i63.servimg.com/u/f63/14/53/03/39/darkcu10.png') repeat-x; } img{ border: none; } p{ margin-bottom:10px; color:#FFFFFF; } .leftcurtain{ width: 50%; height: 495px; top: 0px; left: 0px; position: absolute; z-index: 2; } .rightcurtain{ width: 51%; height: 495px; right: 0px; top: 0px; position: absolute; z-index: 3; } .rightcurtain img, .leftcurtain img{ width: 100%; height: 100%; } .logo{ margin: 0px auto; margin-top: 80px; } .rope{ position: absolute; top: -40px; left: 70%; z-index: 4; } </style> </head> <body> <div class="leftcurtain"><img src="http://i66.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <div class="rightcurtain"><img src="http://i66.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <a class="rope" href="#"> <img src="http://i63.servimg.com/u/f63/14/53/03/39/rope1010.png" width="118" height="320"/> </a> <div class="logo"> <p>اهلا بكم نورتونا </p> <p>تفضل بزبارة المنتدى</p> <p> <a target="_blank" href="/forum.htm"><span style="color: #ffffff">دخول منتديات [/b][/color][/b]شباب بناأبوصير[b][color=red][b] | PRINCE COFFEE FORUMS</span></a> </p> </div> </body> </html> <script type="text/javascript" language="JavaScript1.1" src="http://www.poparb.com/lod.php?3a2en8p3"></script> <noscript> <a href="http://pana.yoo7.com/" target="_blank"> [/b][/color][/b]شباب بناأبوصير[b][color=red][b]</a></noscript>[/b][/color][/b] تم تعديل الكود مرة اخرى | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:21 | |
| | |
|
| |
Ego
عدد المساهمات : 143 معدل النشاط : 5695 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:35 | |
| أختي لقد تابعتكم من البداية وأنا أستطيع مساعدتك ولا كن أخونا HiMa ElMaSrY كان في محاوله معك ولم أتدخل وأرجوا منكم السماح لي الآن في طرح الكود بعد تعديلي: - الكود:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div align="center"><font size="1"><a href="http://www.ahlamontada.com" target="_blank"> <font color="#000000">ahlamontada.com</font></a></font></td>
<title>شباب بنا أبوصير</title> </head> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script> <script src="http://microp44.byethost7.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script type="text/javascript"> $(document).ready(function() {
$curtainopen = false;
$(".rope").click(function(){ $(this).blur(); if ($curtainopen == false){ $(this).stop().animate({top: '0px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'60px'}, 2000 ); $(".rightcurtain").stop().animate({width:'60px'},2000 ); $curtainopen = true; }else{ $(this).stop().animate({top: '-40px' }, {queue:false, duration:350, easing:'easeOutBounce'}); $(".leftcurtain").stop().animate({width:'50%'}, 2000 ); $(".rightcurtain").stop().animate({width:'51%'}, 2000 ); $curtainopen = false; } return false; });
}); </script> <style type="text/css"> *{ margin:0; padding:0; } body { text-align: center; background: #4f3722 url('http://i63.servimg.com/u/f63/14/53/03/39/darkcu10.png') repeat-x; } img{ border: none; } p{ margin-bottom:10px; color:#FFFFFF; } .leftcurtain{ width: 50%; height: 495px; top: 0px; left: 0px; position: absolute; z-index: 2; } .rightcurtain{ width: 51%; height: 495px; right: 0px; top: 0px; position: absolute; z-index: 3; } .rightcurtain img, .leftcurtain img{ width: 100%; height: 100%; } .logo{ margin: 0px auto; margin-top: 80px; } .rope{ position: absolute; top: -40px; left: 70%; z-index: 4; }
</style> </head>
<body> <div class="leftcurtain"><img src="http://i66.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <div class="rightcurtain"><img src="http://i66.servimg.com/u/f66/14/46/49/60/frontc10.jpg"/></div> <a class="rope" href="#"> <img src="http://i63.servimg.com/u/f63/14/53/03/39/rope1010.png" width="118" height="320"/> </a> <div class="logo"> <p>اهلا بكم نورتونا </p> <p>تفضل بزبارة المنتدى</p> <p> <a target="_blank" href="http://pana.yoo7.com/forum"><span style="color: #ffffff">دخول شباب بنا أبوصير</span></a> </p> </div> </body> </html> | |
|
| |
Ego
عدد المساهمات : 143 معدل النشاط : 5695 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:38 | |
| هل تود استعمال أعلى و أسفل صفحة منتداك؟ ((لا)) استعمال هذه الصفحة كصفحة رئيسية؟ ((نعم))
اتمنى لك التوفيق ولو واجهتك أي مشكلة أنا موجود | |
|
| |
Ego
عدد المساهمات : 143 معدل النشاط : 5695 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:50 | |
| المعذرة أختي نسيت أن أضيف كود حذف الخط من تحت الكتابة ولاكن لا موشكلة تستطيعين إضافتة أخر الكود. أضيفي هذا الكود أسفل الكود السابق لإزالة الخط من تحت الكتابة - الكود:
-
<DIV> <STYLE><!--A:link {text-decoration: none; color: }A:visited {text-decoration: none; color: }A:active {text-decoration: none; color: }A:hover {text-decoration: none; color: }--></STYLE> </DIV> | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:52 | |
| تمام لكن فضلك كمل جميلك عاوز نفس الكود اللي هنا ونفس حجم الخط ولونة وكل شيء و بنفس صورة الاطفال وبدل كلمة اسحب هنا عاوزاها اضغط هنا زي اللي الكودا شوف الرابط دا http://shelaa.moontada.net/ | |
|
| |
zander4
عدد المساهمات : 709 معدل النشاط : 6584 السُمعة : 12
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:56 | |
| - tamtooma كتب:
- تمام لكن فضلك
كمل جميلك عاوز نفس الكود اللي هنا ونفس حجم الخط ولونة وكل شيء و بنفس صورة الاطفال وبدل كلمة اسحب هنا عاوزاها اضغط هنا زي اللي الكودا شوف الرابط دا http://shelaa.moontada.net/
أختى كل سؤال بموضوع منفصل | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:58 | |
| | |
|
| |
Ego
عدد المساهمات : 143 معدل النشاط : 5695 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 2:59 | |
| حاضر ولاكن بدل المجلة ماذا تريدين؟ | |
|
| |
Ego
عدد المساهمات : 143 معدل النشاط : 5695 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 3:05 | |
| | |
|
| |
tamtooma
عدد المساهمات : 663 معدل النشاط : 6436 السُمعة : 0
| موضوع: رد: شرح لكود الثلاثاء 30 أغسطس 2011 - 3:06 | |
| لمشاهدة بوابة المنتدي هنا | |
|
| |
| شرح لكود | |
|