Código:
<SCRIPT>
<!--
function estilo(arquivo) {
document.getElementById('estilo').href=arquivo;
}
//-->
</SCRIPT>
Llamar a la función desde un enlace o botón.
<input type="button" value="Cambiar Estilo negro" onClick="estilo('negro.css');">
<input type="button" value="Cambiar Estilo imagen" onClick="estilo('defecto.css');">
Ver ejemplo:
0 comments:
Post a Comment