lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
JS : IE lacks class
Encountered a problem yesterday on IE trying to apply style sheet setting to a class name that had been dynamically set using DOM. Worked on Firefox, failing on IE. Isolated the problem and summarized it as:

"ie set class name css"

That is the search that led to this nice write-up which offers a solution and also links by comment to this more thorough solution.

Anyway, I'm starting a page on my wiki for all the aggravating little exceptions I find in javascript/DOM implementation.

Labels: ,