Template:Menuscript

From Apache OpenOffice Wiki
Jump to: navigation, search

<HTML> <HEAD> <style type="text/css"> .itMenu { position: absolute; clip: rect( ); background: #99FF99; visibility:hidden} .cabMenu { position: absolute; clip: rect( ); color: #FFFF66; background:#0033FF} .itMenuAct { background: #CCFFFF; width: 160px } .itMenuDes { background: #99FF99; width: 160px }</style> <SCRIPT language="JavaScript"> var itemOrig; function despMenu(nombre,sn) { obj = document.getElementById[nombre]; if (sn>0) obj.style.visibility = "visible"; else obj.style.visibility = "hidden"; } function destacar(obj, val) { if (val==1) { itemOrig = obj.style.backgroundColor; obj.style.backgroundColor="Aqua"; } else obj.style.backgroundColor= itemOrig; } </script> </HEAD> <BODY>

<a href="destino1.htm" >Item 1</a>

<a href="destino1.htm" >Item 2</a>

<a href="destino1.htm" >Item 3</a>

Resto de la página web </BODY> </HTML>

Personal tools