منتديات اثارة سوفت ™etharahsoft

هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.
انتبة:- للدخول لمعرض القوالب اضغط هنـــا او  للدخول لمعرض الستايلات اضغط هنــــا
شريط لأدوات الفس بوك العاب رفع الصور
فوتو شوب اكواد الاوان الشكاوي الطقس
زخرف اسمك ترجمة الصفحات طلب اعلان بحث جوجل
الدردشة|منتديات اثاره سوفت

إعلان هنا - إعلان هنا - إعلان هنا - إعلان هنا


    كلام يتبع الماوس 2

    العقرب
    العقرب
    عضو جديد
    عضو جديد


    الجنس الجنس : ذكر عدد المشاركات عدد المشاركات : 20

     كلام يتبع الماوس 2 Empty كلام يتبع الماوس 2

    مُساهمة من طرف العقرب الخميس ديسمبر 30, 2010 4:15 pm


    كلام يتبع الماوس 2




    طريقة التركيب



    1- انسخ هذا الكود و ضعه في منطقة HEAD

    الكود:
    <SCRIPT language="JavaScript1.2">
    <!--

    /* Visit our site at http://www.star28.com/ for more code
    Cursor scroller script- By Dynamicdrive.com
    For full source, Terms of service, and 100s DTHML scripts
    */

    //1) set message to display
    var scroller_msg='مرحباً بكم في دليل العرب الشامل'
    //2) set whether message should auto disappear after x seconds (0=perpetual).
    //Note that double clicking page will also dismiss message
    var dismissafter=0

    function ietruebody(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }

    var initialvisible=0
    if (document.all)
    document.write('<marquee direction="right" id="curscroll" style="position:absolute;width:150px;border:1px solid black;font-size:14px;background-color:white;visibility:hidden">'+scroller_msg+'</marquee>')

    function followcursor(){
    //move cursor function for IE

    if (initialvisible==0){
    curscroll.style.visibility="visible"
    initialvisible=1
    }

    curscroll.style.left=ietruebody().scrollLeft+event.clientX+10
    curscroll.style.top=ietruebody().scrollTop+event.clientY+10
    }

    function dismissmessage(){
    curscroll.style.visibility="hidden"
    }


    if (document.all){
    document.onmousemove=followcursor
    document.ondblclick=dismissmessage
    if (dismissafter!=0)
    setTimeout("dismissmessage()",dismissafter*1000)
    }

    //-->
     </SCRIPT>

    2- ضع هذه الرموز ضمن الوسم BODY لتصبح هكذا
    الكود:
    <body style="width:100%;overflow-x:hidden;overflow-y:scroll">

      الوقت/التاريخ الآن هو الأحد نوفمبر 24, 2024 10:04 pm