IE4: Add CSS1 Rule from JS

Step 2: from JS, addRule() to that style sheet:

document.styleSheets
[targetSheetID].
addRule (selector, 
propName + ":" + 
value);

Speaker Notes