Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/07/2002, 13:38
sonneman
 
Fecha de Ingreso: mayo-2002
Mensajes: 299
Antigüedad: 21 años, 11 meses
Puntos: 0
hacer menu como el de foros del web

necesito hacer un menu como el de esta pagina
pero el problema es que quiero que cuando pase sobre el botón también cambie el color del texto y no solamente el de la celda
como le hago
aqui esta el codigo
<html>
<head>
<style type="text/css">
a:link{text-decoration:none}
a:visited{text-decoration:none}
</style>
</head>

<BODY BGCOLOR="#008080" VLINK="#FF0000" ALINK="#006600" LINK="#0000FF" TEXT="#000000" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH="0" MARGINHEIGHT="0">

<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>
<TABLE WIDTH="100" BORDER="1" BORDERCOLOR="black" CELLSPACING="0" CELLPADDING="0" ALIGN="center" BGCOLOR="#FFFFFF">
<TR>
<TD BGCOLOR="#000000"><FONT FACE="Verdana,arial" SIZE="2" COLOR="#FFFFFF" ><b><center>MODULOS</b></center></FONT></A></TD>
</TR>
<TR>
<TD a onClick="pulsar(this)" onMouseOut="fuera(this,'#006666');" onMouseOver="sobre(this,'#804000');" BGCOLOR="#006666"><A HREF="../papeleria/index.asp" target="_top"><FONT FACE="Verdana,arial" SIZE="2" COLOR="#FFFFFF" ><b><center>Requisición de Papelería</b></center></FONT></A></TD>
</TR>
</table>

<table border=1>
<tr>
<td>
solo se que no se nada.
el que persevera alcanza.
by sonneman</td>
</tr>
</table>