الثلاثاء ديسمبر 24, 2013 5:00 am | |
عضو شبه نشيط
بيانات اضافيه [+] | الجنس : عدد المساهمات : 88 نقاط : 122 العمل/الترفيه : الالال
|
|
|
| موضوع: كود دردشة الفيس بوك على منتداك
كود دردشة الفيس بوك على منتداككود دردشة الفيس بوك على منتكود دردشةكود دردشة المنتدي مثل الفيس بوك في منتداك (رائع جدا)النهاردة معانا كود عمل دردشة منتداك زي الفيس بوك مميز جداصورة للكودالرمز: - الكود:
-
نضع هاذا بعنصر مستقل <div id="myfooter" style="height: 40px; position: fixed; width: 800px; top: auto; right: 0pt; margin: 0pt auto; bottom: -15px; left: 800px; font-weight: bold;"><div id="fbfcbframe" style="border: 1px solid black; padding: 0px; background: none repeat scroll 0% 0% white; display: none; -moz-background-inline-policy: continuous; position: fixed; bottom: 25px; right: 23px; width: 900px;"><div style="border: 1px solid rgb(37, 69, 136); margin: -1px -1px 0px; padding: 4px 8px 5px; font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; font-size: 11px; background-color: rgb(82, 110, 166); color: white; text-align: left;">دردشة منتديات ضع اسم منتداك هنا</div><iframe style="border: 0px solid black; margin: -2px -2px 0px; background: none repeat scroll 0% 0% transparent; height: 290px; width: 900px; -moz-background-inline-policy: continuous;" src="/chatbox/chatbox.forum"></iframe></div><script>function toggleframe(){var x = document.getElementById('fbfcbframe').style;if(x.display=='none'){x.display='block';} else {x.display='none';}}</script><div id="fbfcb" class="unclicked" onclick="toggleframe();if(this.getAttribute('class')=='unclicked'){this.className='clicked'}else{this.className='unclicked'}"><img src="http://i78.servimg.com/u/f78/15/58/63/34/untitl11.png"> <font size="1">الدردشة|منتديات ضع اسم منتداك هنا </font> </div></div> ونحدد الصلاحيات للأعضاء فقط ثانيا نضع هذا الكود في ورقة تصميم ال css الرمز: - الكود:
-
#myfooter{ background-image: url(http://i78.servimg.com/u/f78/15/58/63/34/sans_t13.jpg); background-repeat: no-repeat; } #myfooter:hover{ background-image: url(http://i78.servimg.com/u/f78/15/58/63/34/sans_t14.jpg); background-repeat: no-repeat; } #myfooter img{ border: 0px; margin-top: -12px; padding-right: 20px; } الفيس بوك على منتداكداك الموضوع الأصلي : كود دردشة الفيس بوك على منتداك المصدر : عالم العرب الكاتب:كابتن ماجد
| | |