![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
25/06/2009, 06:07
|
| | Fecha de Ingreso: junio-2009
Mensajes: 8
Antigüedad: 15 años, 7 meses Puntos: 0 | |
Respuesta: Problemas con id IE Perdon, finalmente me he dado cuenta que tampoco funciona ese javascript. El qeu si funciona pero SOLO en firefox es el siguiente:
function changeVisibility(id)
{
var id=document.getElementById(id).style.visibility="h idden";
}
function visible(id)
{
var id=document.getElementById(id).style.visibility="v isible";
}
¿A alguien le ha ocurido? |