Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/01/2011, 17:00
auxigrav
 
Fecha de Ingreso: agosto-2009
Mensajes: 13
Antigüedad: 14 años, 8 meses
Puntos: 0
cómo hago un menu que se desplaza usando una table??

Hola a Tod@s porfa necesito hacer que un menú q tengo en una tabla de disposicion se desplace hacia abajo a medida q el usuario vaya bajando la pagina para q no tenga q volver a subir la pagina para usar el menu, ya tengo el menu hecho en una tabla de disposicion, cada link lo tuve q hacer como imagenes para darle un efecto especial a cada link, entonces todas esas imagenes (links) estan dentro de la tabla de disposicion, estoy un poco confundida porque los ejemplos q he conseguido en internet trabajar con CSS, pero no consigo ninguno para mi caso, y los q he conseguido me sale: Error en la pagina (en el borde inferior izquierdo de la ventana de internet explorer) son estos 2 ejemplos d estas pags: http://www.forosdelweb.com/f53/menu-que-desplaza-384818/
http://www.nociondigital.com/webmasters/javascript-tutorial-menu-que-se-desplaza-por-la-pantalla-detalle-445.html

y tambien consegui esta ayuda:

http://www.forosdelweb.com/f13/menu-que-desplaza-con-scroll-650080/#post2688584

pero la ayuda es con una imagen, lo probé con la tabla siguiendo los pasos q hicieron pero tampoco me funciona, entonces porfaa alguien q me diga cómo hago para q el menu dentro de un table se desplace hacia abajo y no me dé error porfaa, aqui les coloco el codigo de la tabla donde tengo el menu para q entonces porfa me digan qué tengo q hacer con la tabla para q funcione :

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="174" height="37" valign="top"><a href="avaluos.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','imagenes/avaluos_azul.jpg',1)"><img src="imagenes/avaluos_negro.jpg" name="Image6" width="168" height="37" border="0"></a></td>
</tr>
<tr>
<td height="3"></td>
</tr>
<tr>
<td height="59" valign="top"><a href="aea.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','imagenes/aea_azul.jpg',1)"><img src="imagenes/aea_negro.jpg" name="Image7" width="168" height="59" border="0"></a></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td height="45" valign="top"><a href="normas_valuacion.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','imagenes/normas_valuacion_azul.jpg',1)"><img src="imagenes/normas_valuacion_negro.jpg" name="Image8" width="168" height="45" border="0"></a></td>
</tr>
<tr>
<td height="35" valign="top"><a href="documentos.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','imagenes/documentos_azul.jpg',1)"><img src="imagenes/documentos_negro.jpg" name="Image9" width="168" height="35" border="0"></a></td>
</tr>
<tr>
<td height="3"></td>
</tr>
<tr>
<td height="46" valign="top"><a href="ponencias.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','imagenes/ponencias_azul.jpg',1)"><img src="imagenes/ponencias_negro.jpg" name="Image10" width="168" height="46" border="0"></a></td>
</tr>
<tr>
<td height="1"></td>
</tr>
<tr>
<td height="34" valign="top"><a href="cursos.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','imagenes/cursos_azul.jpg',1)"><img src="imagenes/cursos_negro.jpg" name="Image11" width="168" height="34" border="0"></a></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td height="36" valign="top"><a href="enlaces.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','imagenes/links_azul.jpg',1)"><img src="imagenes/links_negro.jpg" name="Image12" width="168" height="36" border="0"></a></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td height="59" valign="top"><a href="centro_doc_hjg.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','imagenes/centro_doc_hjg_azul.jpg',1)"><img src="imagenes/centro_doc_hjg_negro.jpg" name="Image13" width="168" height="59" border="0"></a></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td height="58" valign="top"><a href="otros_centros_doc.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','imagenes/otros_centros_doc_azul.jpg',1)"><img src="imagenes/otros_centros_doc_negro.jpg" name="Image14" width="168" height="58" border="0"></a></td>
</tr>
<tr>
<td height="1"></td>
</tr>
<tr>
<td height="36" valign="top"><a href="contactenos.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','imagenes/contactenos_azul.jpg',1)"><img src="imagenes/contactenos_negro.jpg" name="Image15" width="168" height="36" border="0"></a></td>
</tr>
<tr>
<td height="2"></td>
</tr>
</table>

o con una tabla sencilla, pero q no me dé error :( muchas gracias de antemano