URBE

Regístrate y accede a todo el contenido de Urbe.biz, sin verificacion de mail Click aquí


Unirse al foro, es rápido y fácil

URBE

Regístrate y accede a todo el contenido de Urbe.biz, sin verificacion de mail Click aquí

URBE

¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Mi sitio tu sitio


    Boton derecho

    MISSARG
    MISSARG


    Boton derecho Th_arg10
    Femenino

    Boton derecho Empty Boton derecho

    Mensaje por MISSARG Sáb Abr 04, 2009 2:00 am

    Boton derecho

    al hacer click derecho con el mouse se abre un menu al costado.solo funciona con explorer


    Entre HEAD y HEAD

    Código:
      <!-- Mas javascripts en http://www.urbe.biz -->
    <style>
    <!--
    .skin0 {
    position:absolute;
    text-align:left;
    width:200px;
    border:2px solid black;
    background-color:menu;
    font-family:Verdana;
    line-height:20px;
    cursor:default;
    visibility:hidden;
    }
    .skin1 {
    cursor:default;
    position:absolute;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width:120px;
    background-color:menu;
    visibility:hidden;
    border:2px outset buttonhighlight;; font-style:normal; font-variant:normal; font-weight:normal
    }
    .menuitems {
    padding-left:15px;
    padding-right:10px;
    }
    -->
    </style>

    <SCRIPT LANGUAGE="JavaScript1.2">
    <!-- Web Site:  http://www.dynamicdrive.com -->

    <!-- This script and many more are available free online at -->
    <!-- The JavaScript Source!! http://javascript.internet.com -->

    <!-- Begin
    var menuskin = "skin1"; // skin0, or skin1
    var display_url = 0; // Show URLs in status bar?
    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 = "highlight";
    event.srcElement.style.color = "white";
    if (display_url)
    window.status = event.srcElement.url;
      }
    }
    function lowlightie5() {
    if (event.srcElement.className == "menuitems") {
    event.srcElement.style.backgroundColor = "";
    event.srcElement.style.color = "black";
    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>


    En el BODY

    Código:
      <div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();">
    <div class="menuitems" url="http://www.urbe.biz">Urbe</div>
    <div class="menuitems" url="http://www.urbe.biz">Donde tu quieras</div>
    <hr>
    <div class="menuitems" url="http://www.urbe.biz">Urbe-mi sitio</div>
    <div class="menuitems" url="http://www.urbe.biz">Tu sitio</div>
    <hr>
    <div class="menuitems" url="http://www.urbe.biz">y otra</div>
    <div class="menuitems" url="http://www.urbe.biz">y otra</div>
    </div>
    <script language="JavaScript1.2">
    if (document.all && window.print) {
    ie5menu.className = menuskin;
    document.oncontextmenu = showmenuie5;
    document.body.onclick = hidemenuie5;
    }
    </script>


      Fecha y hora actual: Vie Abr 26, 2024 6:06 pm