IE4: Add CSS1 Rule from JS

Example:

.hint { background-color: 
yellow }    becomes...

document.styleSheets
["ietssxyz"].addRule 
(".hint", 
"background-color:yellow")

Speaker Notes