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

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    ~+•ตกแต่ง My.Id ให้สวยเลิศด้วย HTML•+~

    ลำดับตอนที่ #6 : Picture : ทำรูปเลื่อนลง ขึ้นซ้ายมือ

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


    <DIV id=point1 style="VISIBILITY: visible; POSITION: absolute"><IMG src="ใส่URLรูปตรงนี้"> </DIV>
    <SCRIPT language=JavaScript>
    <!-- Begin
    var xPos = 20;
    var step = 1;
    var delay = 30;
    var yPos = 0;
    var height = 0;
    var offset = 0;
    var yon = 0;
    var name = navigator.appName;
    if (name == "Microsoft Internet Explorer") {
    yPos = document.body.clientHeight;
    point1.style.top = yPos;
    }
    else {
    yPos = window.innerHeight;
    document.point1.pageY = yPos;
    document.point1.visibility = "hidden";
    }
    function changePos() {
    if (yon == 0) {
    yPos = yPos - step;
    }
    else {
    yPos = yPos + step;
    }
    if (name == "Microsoft Internet Explorer") {
    height = document.body.clientHeight;
    offset = point1.offsetHeight;
    }
    else {
    height = window.innerHeight;
    offset = document.point1.clip.height;
    }
    if (yPos < 0) {
    yon = 1;
    yPos = 0;
    }
    if (yPos >= (height - offset)) {
    yon = 0;
    yPos = (height - offset);
    }
    if (name == "Microsoft Internet Explorer") {
    point1.style.left = xPos;
    point1.style.top = yPos + document.body.scrollTop;
    }
    else {
    document.point1.pageX = xPos;
    document.point1.pageY = yPos + window.pageYOffset;
    }
    }
    function start()
    {
    if (name != "Microsoft Internet Explorer") {
    document.point1.visibility = "visible";
    }
    loopfunc();
    }
    function loopfunc()
    {
    changePos();
    setTimeout('loopfunc()',delay);
    }
    start()
    // End -->
    </SCRIPT>
    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

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

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

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

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

    ความคิดเห็น

    ×