Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/05/2012, 20:43
chinanzio
 
Fecha de Ingreso: marzo-2007
Mensajes: 82
Antigüedad: 17 años, 2 meses
Puntos: 21
Respuesta: Cambiar de estilo usando JS y CSS

Hola, no te recomiendo cargar un fichero css usando document.write

prueba esto
Código Javascript:
Ver original
  1. function loadjscssfile(filename) {
  2.     var fileref = document.createElement("link");
  3.     fileref.setAttribute("rel", "stylesheet");
  4.     fileref.setAttribute("type", "text/css");
  5.     fileref.setAttribute("href", filename);
  6.     document.getElementsByTagName("head")[0].appendChild(fileref);
  7. }
__________________
Hazle un favor a tu cerebro y juega Ajedrez online
Chess online