Ver Mensaje Individual
  #11 (permalink)  
Antiguo 11/03/2009, 17:02
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 15 años, 9 meses
Puntos: 2
Respuesta: Consulta...hipervinculos no subrayados

Hola Mikmoro, recurro de nuevo para pedir por favor me sepan orientar a la siguiente implementación.
Tengo el css, según las sugerencias arriba mencionadas:
Código php:
Ver original
  1. <!-- <style type="text/css">
  2. <!--
  3. .visita {
  4.     font-family:  Arial;
  5.     font-size: 13px;
  6.     font-weight: semi-bold;
  7.     color: blue;
  8.     background-color: "#F2F2F2";
  9. }
  10. .encabezado {
  11.     font-family: Arial;
  12.     font-size: 15px;
  13.     font-weight: bold;
  14.     color: white;
  15.     background-color: #48A4FF;
  16. }
  17. a.menu_izq:link,a.menu_izq:visited{
  18.     font-family: Arial;
  19.     font-size: 12px;
  20.     font-weight: semi-bold;
  21.     color: blue;
  22.     text-decoration: none;
  23.     background-color: "#F2F2F2";
  24. }
  25. a.menu_izq:hover,a.menu_izq:active{
  26.     font-family: Arial;
  27.     font-size: 13px;
  28.     font-weight: semi-bold;
  29.     color: #FF9D3C;
  30.     text-decoration: underline;
  31.     background-color: "#F2F2F2";
  32. }
  33. a.menu_izq{
  34.     display: block;
  35.     width: 100&#37;;
  36.     height: 100%;
  37.     line-height: 65px;
  38.     text-indent: 5px;
  39. }
  40. -->
  41. </style> -->
y este es mi pagina php:
Código php:
Ver original
  1. <!-- <body>
  2. <table width="162" border="0" cellpadding="0" cellspacing="0">
  3. <tr>
  4.     <td colspan="2" height="28" align="center" valign="middle" class="encabezado">Categor&iacute;as</td>
  5. </tr>
  6. <tr>
  7.     <td><img src="img/linea_menu.gif" width="85" height="2"></td>
  8.     <td><img src="img/linea_menu.gif" width="77" height="2"></td>
  9. </tr>
  10. <tr>
  11.     <td valign="middle"><a href="index.php?p=1" class="menu_izq">Para Ellas</a></td>
  12.     <td valign="middle"><a href="index.php?p=1"><img src="fotos/ella.jpg" width="77" height="65" alt="Para Ellas" border="0"></a></td>
  13. </tr>
  14. <tr>
  15.     <td><img src="img/linea_menu.gif" width="85" height="2"></td>
  16.     <td><img src="img/linea_menu.gif" width="77" height="2"></td>
  17. </tr>
  18. </table>
  19. </body> -->
El tema esta en que quisiera consultar si se puede hacer que al momento de pasar el mouse por la imagen el link se active tambien (ojo que esta cuando pasa el mouse sobre el link)...esto es algo como la sgte pagina:
http://www.uwiener.edu.pe/sigunet.aspx

Gracias de antemano por la ayuda,