Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/03/2010, 13:45
doylelives
 
Fecha de Ingreso: junio-2008
Ubicación: Capital Federal xD
Mensajes: 1.208
Antigüedad: 15 años, 10 meses
Puntos: 35
Respuesta: Añadir style hover en link onlick funcion

Uff tenias muchos errores de sintaxis, fijate si es lo que buscabas.
Código PHP:
function funcionhover() {
    
document.getElementById('enlace').style.textDecoration="underline";
    }
function 
funcionhover2() {
    
document.getElementById('enlace').style.textDecoration="none";
}
<
a id="enlace" href="pagina1.html" onmouseover="funcionhover()" onmouseout="funcionhover2()" style="text-decoration:none;">Mi enlace</a
__________________
I am Doyle please insert code.