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

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    ►แจกโค้ดต่างๆ..นิว◄

    ลำดับตอนที่ #67 : CodE ::: ล็อคคลิกขวา แบบคลิกแล้วมีกล่องขึ้น ใส่ข้อความ เปลี่ยนสีกล่องได้ ..

    • เนื้อหานิยายตอนนี้เปิดให้อ่าน
    • 590
      0
      14 ส.ค. 49

    CodE ::: ล็อคคลิกขวา แบบคลิกแล้วมีกล่องขึ้น ใส่ข้อความ เปลี่ยนสีกล่องได้ ..

    <STYLE type=TEXT/CSS>
    .skin0 {position:absolute;text-align:left;width:180px;border:5px solid 000000;background-color:000000;font-family:System;font-size: 4pt;line-height:20px;cursor:help;visibility:hidden;}
    .menuitems {padding-left:5px;padding-right:5px;}
    </STYLE>
    <script language="JavaScript">
    <!-- Begin
    var menuskin = "skin0";
    var display_url = 0;
    function showmenuie5() {
    var rightedge = document.body.clientWidth-event.clientX;
    var bottomedge = document.body.clientHeight-event.clientY;
    if (rightedge < ie5menu.offsetWidth)
    ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
    else
    ie5menu.style.left = document.body.scrollLeft + event.clientX;
    if (bottomedge < ie5menu.offsetHeight)
    ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
    else
    ie5menu.style.top = document.body.scrollTop + event.clientY;
    ie5menu.style.visibility = "visible";
    return false;
    }
    function hidemenuie5() {
    ie5menu.style.visibility = "hidden";
    }
    function highlightie5() {
    if (event.srcElement.className == "menuitems") {
    event.srcElement.style.backgroundColor = "black";
    event.srcElement.style.color = "yellow";
    if (display_url)
    window.status = event.srcElement.url;
    }
    }
    function lowlightie5() {
    if (event.srcElement.className == "menuitems") {
    event.srcElement.style.backgroundColor = "black";
    event.srcElement.style.color = "yellow";
    window.status = "";
    }
    }
    function jumptoie5() {
    if (event.srcElement.className == "menuitems") {
    if (event.srcElement.getAttribute("target") != null)
    window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
    else
    window.location = event.srcElement.url;
    }
    }
    // End -->
    </script>
    <div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();">
    <div class="menuitems"><font color="CF5B9F"><center><b>  ข้อความแรก  </b></center>
    <center><b>  ข้อความที่สอง </b></center>
    <center><b>  ข้อความที่สาม </b></center></font></div>
    </div>
    <script language="JavaScript">
    if (document.all && window.print) {
    ie5menu.className = menuskin;
    document.oncontextmenu = showmenuie5;
    document.body.onclick = hidemenuie5;
    }
    </script>

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

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

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

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

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

    ความคิดเห็น

    ×