MENU CABECERA DEL BLOG INIFINITAMENTE BELLO

2 views
Skip to first unread message

Sutep Trujillo

unread,
Sep 3, 2023, 10:00:48 PM9/3/23
to gadge...@googlegroups.com



<!--Aca editas el menú - a medida que pongas más vas cambiando esto showit(?) -->

 

 

 

| <a onmouseover="showit(0)" href="http://quehermosaluna.blogspot.pe/">INSTRUMENTAL

 

 1</a> | <a onmouseover="showit(1)" href="http://quehermosaluna.blogspot.pe">INSTRUMENTAL

 

2</a> | <a onmouseover="showit(2)" href="http://quehermosaluna.blogspot.pe">INSTRUMENTAL

 

3</a> | <a onmouseover="showit(3)" href="http://quehermosaluna.blogspot.pe">INSTRUMENTAL

 

4</a> | <a onmouseover="showit(4)" href="http://quehermosaluna.blogspot.pe">INSTRUMENTAL

 

5</a> | <a onmouseover="showit(5)" href="http://quehermosaluna.blogspot.pe">CHINESE INSTRUMENTAL

 

6</a> |<br/>

 

 

 

<!-- Aca se edita el largo y ancho - color de letra - color de fondo --->

 

 

 

<ilayer width="400" height="22" name="dep1" bgcolor="#642EFE">

 

<layer width="400" name="dep2" height="22">

 

</layer>

 

</ilayer>

 

<div id="describe" style="color:#000000;background-color:#DA81F5;width:400px;height:22px" onmouseover="clear_delayhide()" onmouseout="resetit(event)"></div>

 

 

 

 

 

<script language="JavaScript1.2">

 

 

 

 

 

var submenu=new Array()

 

 

 

<!--Aca editas los enlaces - el submenu [?] debe coincidir con el menú showit(?) -->

 

 

 

submenu[0]='<font face="Verdana" size="2"><b><a href="https://www.youtube.com/watch?v=p9FYD1dlw4E&list=PL891FED1721E66A0D">PAUL MURIAT</a> | <a href=" https://www.youtube.com/watch?v=-Weigfu2wQc&list=PL78766CC3C6CB0A1F">FAUSTO PAPETTI</a> | <a href="https://www.youtube.com/watch?v=uhXv1sxjFFQ">FRANCIS GOYA</a> | <a href="https://www.youtube.com/watch?v=Xm239NjmRt4&list=PL9F92A010E4DB119F">RAY CONIFF</a></font>'

 

 

 

submenu[1]='<font face="Verdana" size="2"><b><a href="https://www.youtube.com/watch?v=wwETZEbRtIE/">RICHARD CLAYDERMAN</a> | <a href="https://www.youtube.com/watch?v=YaqS3s7BEgs ">ENNIO MORRICONE</a> | <a href="https://www.youtube.com/watch?v=1brVTBlJIAA&list=PLETZac1sxPm4arqyTUqdfRFjIW5mXveBm">CHRIS SPHEERIS</a> | <a href="https://www.youtube.com/watch?v=r_tLTWm4c2w/">JAMES LAST</a></font>'

 

 

 

submenu[2]='<font face="Verdana" size="2"><b><a href="https://www.youtube.com/watch?v=j--wjG-rabA">GEORGE ZAMFIR</a> | <a href="https://www.youtube.com/watch?v=ltAsqsSlVac&index=14&list=RDctpo5RjM55s">KENY G</a> | <a href="https://www.youtube.com/watch?v=8Z5EjAmZS1o">YIRUMA</a> | <a href="http://webjcp.blogspot.com/">Enlace 12</a></font>'

 

 

 

submenu[3]='<font face="Verdana" size="2"><b><a href=" https://www.youtube.com/watch?v=40JYlSdBVfM ">ROMANTIC LOVE</a> | <a href=" https://www.youtube.com/watch?v=tZuj_beuMc4 ">GUITAR DEL MAR</a> | <a href=" https://www.youtube.com/watch?v=vK7ckqNwX8Q">ITALIAN MUSIC</a> | <a href="http://webjcp.blogspot.com/">Enlace 16</a></font>'

 

submenu[4]='<font face="Verdana" size="2"><b><a href=" https://www.youtube.com/watch?v=pNuZIZOya78 ">BRAVEHEART</a> | <a href=" http://quehermosaluna.blogspot.pe/ ">ENLACE</a> | <a href=" http://quehermosaluna.blogspot.pe/">Enlace 15</a> | <a href=" http://quehermosaluna.blogspot.pe/">Enlace 16</a></font>'

 

 

 

submenu[5]='<font face="Verdana" size="2"><b><a href=" https://www.youtube.com/watch?v=VoNai5i0qOI ">CHINESE MUSIC</a> | <a href="https://www.youtube.com/watch?v=K7CseTNRZ_0">Traditional Chinese</a> | <a href=" https://www.youtube.com/watch?v=N6dWQLhTkQM">Beautiful Chinese Music</a> | <a href=" http://quehermosaluna.blogspot.pe/">Enlace 16</a></font>'

 

 

 

//aca editas el tiempo que los enlaces están a la vista

 

var delay_hide=500

 

 

 

/////No tocar desde aca -saca los dedos ;)

 

 

 

var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

 

 

 

function showit(which){

 

clear_delayhide()

 

thecontent=(which==-1)? "" : submenu[which]

 

if (document.getElementById||document.all)

 

menuobj.innerHTML=thecontent

 

else if (document.layers){

 

menuobj.document.write(thecontent)

 

menuobj.document.close()

 

}

 

}

 

 

 

function resetit(e){

 

if (document.all&&!menuobj.contains(e.toElement))

 

delayhide=setTimeout("showit(-1)",delay_hide)

 

else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))

 

delayhide=setTimeout("showit(-1)",delay_hide)

 

}

 

 

 

function clear_delayhide(){

 

if (window.delayhide)

 

clearTimeout(delayhide)

 

}

 

 

 

function contains_ns6(a, b) {

 

while (b.parentNode)

 

if ((b = b.parentNode) == a)

 

return true;

 

return false;

 

}

 

 

 

</script>

Reply all
Reply to author
Forward
0 new messages