I am trying to attach a style sheet sing JS, but it doesn't seem to work.
if (navigator.userAgent.indexOf ("MSIE")) {
(document.styleSheets.href = ("http://www.chefdusite.com/cnm.css"));
}Does anyone know what's wrong with this code?