Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/06/2002, 00:30
MaLeVo
 
Fecha de Ingreso: agosto-2001
Mensajes: 164
Antigüedad: 22 años, 7 meses
Puntos: 0
Re: barra de menu como la izquierda

Podés ver el codigo fuente, masomenos es algo asi:

<SCRIPT LANGUAGE="JavaScript">
<!--
// Menu Hover izquierda

function menuchange(thatform) {
top.location.href = thatform.linkmenu.options[thatform.linkmenu.selectedIndex].value;
return true;}
function sobre(src,Color) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
src.bgColor = Color;}}
function fuera(src,Color2) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default';
src.bgColor = Color2;}}
function pulsar(src) {
if(event.srcElement.tagName=='TD'){
src.children.tags('A')[0].click();}}

// -->
</SCRIPT>
</HEAD>

<TABLE WIDTH="106" BORDER="0" CELLSPACING="1" CELLPADDING="0" BGCOLOR="#024280"><TR>

<TD onClick="pulsar(this)" onMouseOut="fuera(this,'#024280');" onMouseOver="sobre(this,'#006666');" BGCOLOR="#024280"><A HREF="" CLASS="menu"><FONT FACE="Arial" SIZE="2" COLOR="#FFFFFF" CLASS="menu"> Mensajes</FONT></A></TD>
</TR><TR>
<TD BGCOLOR="#0053A6" onClick="pulsar(this)" onMouseOver="sobre(this,'#006666');" onMouseOut="fuera(this,'#0053A6');">& lt;A CLASS="menu" HREF="/mostrar.asp?vista=activos"><FONT FACE="Arial" SIZE="2" COLOR="#FFFFFF">  R ecientes</FONT></A></TD>
</TR><TR>
<TD onClick="pulsar(this)" onMouseOut="fuera(this,'#0053A6');" onMouseOver="sobre(this,'#006666');" BGCOLOR="#0053A6"><A CLASS="menu" HREF="/search.asp"><FONT FACE="Arial" SIZE="2" COLOR="#FFFFFF">  B úsqueda</FONT></A></TD>
</TR><TR>
<TD onClick="pulsar(this)" onMouseOut="fuera(this,'#0053A6');" onMouseOver="sobre(this,'#006666');" BGCOLOR="#0053A6"><A CLASS="menu" HREF="/fecha.asp"><FONT FACE="Arial" SIZE="2" COLOR="#FFFFFF">  P or Fecha</FONT></A></TD>
</TR></TABLE>

...

<img src="http://www.futbolistasargentinos.com/Ana/fotos/arsenalcampeon.jpg" width="141" height="146">