1. مهمان گرامی، جهت ارسال پست، دانلود و سایر امکانات ویژه کاربران عضو، ثبت نام کنید.
    بستن اطلاعیه

نمایش متن شما در کنار موس به صورتی بسیار جالب

شروع موضوع توسط ♥ yakamoz ♥ ‏12/3/11 در انجمن JS

  1. کاربر ویژه

    تاریخ عضویت:
    ‏25/11/10
    ارسال ها:
    8,717
    تشکر شده:
    4,395
    امتیاز دستاورد:
    123
    حرفه:
    Telegram: vahid_yakamoz instagram: vahid_yakamoz
    </SCRIPT>
    <SCRIPT language=JavaScript1.2>
    <!--

    /*
    Cursor scroller script- By webloger.5u.com
    For full source, Terms of service, and 100s DTHML scripts
    Visit http://www.webloger.5u.com
    */

    //1) set message to display
    var scroller_msg='------- Created By Webloger website ------- متن شما -------'
    //2) set whether message should auto disappear after x seconds (0=perpetual).
    //Note that double clicking page will also dismiss message
    var dismissafter=0

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

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

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

    curscroll.style.left=document.body.scrollLeft+even t.clientX+10
    curscroll.style.top=document.body.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>