![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/02/2008, 17:01
|
![Avatar de KarlanKas](http://static.forosdelweb.com/customavatars/avatar11549_2.gif) | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Re: problema con estilo de fuente
function desplegar()//ver y cerrar presentacion
{
if( document.getElementById( 'texto' ).innerHTML.indexOf('Ver Presentacion') != -1 )
{
document.getElementById('texto').innerHTML='<span class="Estilo61">cerrar Presentacion</span>';
document.getElementById('texto1').style.visibility ="visible";
}
else
{
document.getElementById('texto').innerHTML='<span class="Estilo61">Ver Presentacion</span>';
document.getElementById('texto1').style.visibility ="hidden";
}
}
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |