ตั้งค่าการอ่าน

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    รวมโค๊ตสำเร็จรูปจากอินเตอร์เน็ต

    ลำดับตอนที่ #7 : ตัวอักษรมีพื้นหลัง เป็นสี เคลื่อนไหวได้

    • อัปเดตล่าสุด 31 ต.ค. 49


    <center>
    <font face="MS Sans Serif" size="1">
    <span id="theText" style="width:100%">เป็นแบบนี้ครับ</span>
    </font>
    </center>
    <script>
    var from = 10;
    var to = 20;
    var delay =20;
    var glowColor = "#FF0000";
    var i = to;
    var j = 0;
    textPulseDown();
    function textPulseUp()
    {
    if (!document.all)
    return
    if (i < to)
    {
    theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
    i++;
    theTimeout = setTimeout('textPulseUp()',delay);
    return 0;
    }
    if (i = to)
    {
    theTimeout = setTimeout('textPulseDown()',delay);
    return 0;
    }
    }
    function textPulseDown()
    {if (!document.all)
    return
    if (i > from)
    {
    theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
    i--;
    theTimeout = setTimeout('textPulseDown()',delay);
    return 0;
    }
    if (i = from)
    {
    theTimeout = setTimeout('textPulseUp()',delay);
    return 0;
    }
    }
    //-->
    </script>

    เป็นแบบนี้ครับ
    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

    ผู้อ่านนิยมอ่านต่อ ดูทั้งหมด

    loading
    กำลังโหลด...

    อีบุ๊ก ดูทั้งหมด

    loading
    กำลังโหลด...

    ความคิดเห็น

    ×