Hello friends, I can't figure out one thing in firefox.If you help me I will be happy than now Because I'm really confused. Let's start: I can't change stylesheets object hrf in firefox. document.styleSheets[0].href = "orange.css" alert(document.styleSheets[0].href); Best Regards, Can
Fixed I hope this is help you. Now you can call document.getElementById(id).href = "orange.css"; in orange css <link rel=stylesheet href='blue.css' id='id'> document.getElementById(id).href = "orange.css";