المواضيع الأخيرة
» [ Template ] كود اخر 20 موضوع و أفضل 10 أعضاء بلمنتدى و مع معرض لصور كالفي بيمن طرف naruto101 الجمعة ديسمبر 05, 2014 2:33 pm
» [Javascript]حصريا كود يقوم بتنبيه العضو بان رده قصير
من طرف احمد السويسي الخميس أغسطس 28, 2014 2:38 am
» نتائج شهادة البكالوريا 2014
من طرف menimeVEVO الثلاثاء يونيو 10, 2014 3:55 am
» من اعمالي موديلات جديدة وحصرية 2012
من طرف دفئ الشتاء الثلاثاء مارس 18, 2014 5:37 pm
» من ابداعات ساندرا،كما وعدتكم بعض من موديلاتها
من طرف دفئ الشتاء الثلاثاء مارس 18, 2014 4:49 pm
» قندوووووووورة جديدة تفضلواا
من طرف دفئ الشتاء الثلاثاء مارس 18, 2014 4:23 pm
» طلب صغير لو سمحتو
من طرف hothifa الإثنين ديسمبر 23, 2013 9:11 pm
» الان فقط وحصريا (استايل واند الالكتروني متعدد الالوان)
من طرف AGILIEDI الإثنين ديسمبر 23, 2013 8:34 pm
» جديد موديلات فساتين البيت بقماش القطيفة 2012 - تصاميم قنادر الدار بأشكال جديدة و قماش القطيفة - صور قنادر جزائرية
من طرف hadda32 الأحد ديسمبر 08, 2013 12:16 pm
» [Template] استايل منتدى سيدي عامر 2012
من طرف ßLẫĆҜ ĈĄŦ الأربعاء نوفمبر 20, 2013 6:46 pm
سحابة الكلمات الدلالية
كود هتمل اتحداك اذا عرفت تضغط على الزرار
صفحة 1 من اصل 1
كود هتمل اتحداك اذا عرفت تضغط على الزرار
صورة الكود
https://i.servimg.com/u/f43/13/93/21/45/captur10.png
لتجربه الكود مباشرة
http://ahlashams.ahlamontada.net/h161-page
الكود يوضع فى صفحة html
الكود
https://i.servimg.com/u/f43/13/93/21/45/captur10.png
لتجربه الكود مباشرة
http://ahlashams.ahlamontada.net/h161-page
الكود يوضع فى صفحة html
الكود
الرمز: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>noclick - Interactive DHTML</title> <style type="text/css"> body { margin: 0px; padding: 0px; background: #717171; position: absolute; width: 100%; height: 100%; color: #FFF; font-family: arial; font-size: 1em; } </style> <script type="text/javascript"> /* ====================================================================================== ===== no click ===== visit montada http://ahlashams.ahlamontada.net ====================================================================================== */ var xm = 0; var ym = 0; document.onmousemove = function(e){ if (window.event) e=window.event; xm = e.clientX; ym = e.clientY; } var noclick = { O : [], run : function() { for (var i = 0, o; o = noclick.O[i]; i++) o.anim(); }, resize : function() { for (var i = 0, o; o = noclick.O[i]; i++) o.resize(); }, init : function(){ for (var i = 0, o; o = document.body.getElementsByTagName("*")[i]; i++){ if (o.className.indexOf('noclick') >= 0) { o.l0 = o.style.left; o.t0 = o.style.top; o.resize = function() { this.style.left = this.l0; this.style.top = this.t0; for (var nx = 0, ny = 0, o = this.offsetParent; o != null; o = o.offsetParent) nx += o.offsetLeft, ny += o.offsetTop; this.x0 = nx; this.y0 = ny; this.ox = this.offsetLeft; this.oy = this.offsetTop; this.rx = (this.style.position == 'absolute') ? 0 : this.ox; this.ry = (this.style.position == 'absolute') ? 0 : this.oy; this.px = this.ox; this.py = this.oy; this.nw = this.offsetWidth / 2; this.nh = this.offsetHeight / 2; this.dp = Math.max(this.offsetWidth, this.offsetHeight); } o.anim = function() { var xmm = xm - this.x0 - this.nw; var ymm = ym - this.y0 - this.nh; var dx = xmm - this.px; var dy = ymm - this.py; var d = Math.sqrt(dx * dx + dy * dy); this.px += ((this.ox - this.px) * .2); this.py += ((this.oy - this.py) * .2); if(d < this.dp && d > 0 ){ this.px = xmm - (this.dp * (xmm - this.px) / d); this.py = ymm - (this.dp * (ymm - this.py) / d); } this.style.left = Math.round(this.px - this.rx) + 'px'; this.style.top = Math.round(this.py - this.ry) + 'px'; } o.resize(); this.O.push(o); } } setInterval(noclick.run, 16); } } onload = function () { noclick.init(); } function resize() { noclick.resize(); } onresize = resize; </script> </head> <body> <br><br><div style="position:relative;text-align:center;z-index:1"> <h1>EMERGENCY STRESS RELEASE</h1>Please click the <span class="noclick" style="position:relative;font-weight:bold;">button</span> below! </div><div style="position:absolute;left:50%;top:50%;"> <img class="noclick" src="http://www.dhteumeuleu.com/images/button.gif" style="position:absolute;left:-42px;top:-42px;z-index:0"> </div> </body> </html> |
غريب بزماني- عدد المساهمات : 503
نقاط : 1503
السٌّمعَة : 0
تاريخ التسجيل : 10/05/2012
العمر : 30
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى