Foros del Web » Soporte técnico » Ayuda General »

Aqui os dejo un menu aceptable

Estas en el tema de Aqui os dejo un menu aceptable en el foro de Ayuda General en Foros del Web. <html> <head><style type="text/css">a:link { text-decoration: none; }a:visited { text-decoration: none; }a:hover { text-decoration: underline; }</style> <TITLE>MENUSSS </TITLE> <STYLE TYPE="text/css"> .fly {position:relative; color:navy; visibility:hidden} </STYLE> <LINK ...
  #1 (permalink)  
Antiguo 11/02/2002, 16:12
 
Fecha de Ingreso: febrero-2002
Mensajes: 40
Antigüedad: 22 años, 2 meses
Puntos: 0
Aqui os dejo un menu aceptable

<html>
<head><style type="text/css">a:link { text-decoration: none; }a:visited { text-decoration: none; }a:hover { text-decoration: underline; }</style> <TITLE>MENUSSS
</TITLE>


<STYLE TYPE="text/css">
.fly {position:relative; color:navy; visibility:hidden}
</STYLE>
<LINK REL="stylesheet" HREF="../samples.css" TYPE="text/css">

<SCRIPT LANGUAGE="JavaScript">
function alignElements(el) {
/* Position the passed-in relatively positioned
element that is in the same coordinate system
on top of the element whose ID is src. */
el.style.pixelTop
= document.all.src.offsetTop - el.offsetTop;
el.style.pixelLeft
= document.all.src.offsetLeft - el.offsetLeft;
el.style.visibility = "visible";
}

function moveIn(el) {
// If the element is not at its position in the flow,
// move it closer.
var moved = false;
if (el.style.pixelTop < 0) {
el.style.pixelTop += 8;
if (el.style.pixelTop > 0)
el.style.pixelTop = 0;
moved = true;
}
else {
if (el.style.pixelTop > 0) {
el.style.pixelTop -= 8;
if (el.style.pixelTop < 0)
el.style.pixelTop = 0;
moved = true;
}
}
if (el.style.pixelLeft < 0) {
el.style.pixelLeft += 8;
if (el.style.pixelLeft > 0)
el.style.pixelLeft = 0;
moved = true;
}
else {
if (el.style.pixelTop > 0) {
el.style.pixelLeft -= 8;
if (el.style.pixelLeft < 0)
el.style.pixelLeft = 0;
moved = true;
}
}
/* The move variable reflects whether the element has
moved. If the element has already reached its position
in the flow, this function returns false. */
return moved;
}

function flyInTogether() {
var more = false;
// Animate into place all elements with class name fly.
for (var intLoop = 0; intLoop < document.all.length;
intLoop++) {
if ("fly" == document.all[intLoop].className)
more = moveIn(document.all[intLoop]) || more;
}
// Keep running until all elements reach their locations
// in the flow.
if (more)
setTimeout("flyInTogether()", 10);
}

function setup() {
// Align all elements that are going to be animated.
for (var intLoop = 0; intLoop < document.all.length;
intLoop++) {
if ("fly" == document.all[intLoop].className)
alignElements(document.all[intLoop]);
}
flyInTogether();
}

window.onload = setup;
</SCRIPT>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#000000" text="#000000">
<table width="12%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#00FFFF">
<div align="center"><b>MENU</b></div>
</td>
</tr>
<tr>
<td> 
<H1 ID=src>
</H1>
<UL>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 1</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 2</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 3</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 4</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 5</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 6</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 7</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 8</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 9</font></a></P>
<LI CLASS="fly">
<P><a href="http://maestrosdelweb.com"><font color="#FF0000">LINK 10</font></a></P>
</UL></td>
</tr>
<tr>
<td bgcolor="#00FFFF"> </td>
</tr>
</table>

</body>
</html>
  #2 (permalink)  
Antiguo 12/02/2002, 09:16
 
Fecha de Ingreso: enero-2002
Mensajes: 196
Antigüedad: 22 años, 3 meses
Puntos: 0
Re: Aqui os dejo un menu aceptable

Pues muchas gracias, ya lo he guardado.

<iframe frameborder=0 scrolling=no width=100% height=85 src="http://www.ecuadorciencia.com/ocio/firma.html"></iframe>
  #3 (permalink)  
Antiguo 15/07/2002, 23:24
pablasso
Invitado
 
Mensajes: n/a
Puntos:
Re: Aqui os dejo un menu aceptable

Chido tu menu, haber si luego lo uso, pero ya lo guarde, Gracias!!

Conoce mi sitio...
http://thecoolsite.rulestheweb.com
  #4 (permalink)  
Antiguo 16/07/2002, 17:07
Usuario no validado
 
Fecha de Ingreso: abril-2001
Ubicación: Villa Patolina
Mensajes: 189
Antigüedad: 23 años
Puntos: 0
Re: Aqui os dejo un menu aceptable

Buen trabajo Tonny, vere si lo pueden incorporar a la guia con tu nombre.



<p><embed width="300" height="60" src="http://construyetuweb.netfirms.com/300x60laguia.swf"></p>
  #5 (permalink)  
Antiguo 16/07/2002, 17:28
Avatar de .
.
 
Fecha de Ingreso: mayo-2002
Ubicación: Tampico
Mensajes: 906
Antigüedad: 22 años
Puntos: 1
Re: Aqui os dejo un menu aceptable

Bueno pero un poco ... no se un poco...
pues un poco...

pues esta bueno

aunque un poco...

Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 07:09.