invis-dev

Results 2 comments of invis-dev

OK, so I did a little more digging. In this case, for the site I'm working on, it *is* an IE issue. Everything works fine in every other browser I've...

My preference would be: // Skip SVG styles if (styles[i].namespaceURI == 'http://www.w3.org/2000/svg') continue; // Test whatever else var innerHtml; if (innerHtml = styles[i].innerHTML) { EQCSS.process(innerHtml); } else { // Log...