Forum Moderators: open
document.styleSheets[x].cssRules[x].style
However, when I edit style attributes in this manner, IE6 pops up an error that the return value is either null or not an object. I need to edit the class attributes, not the attributes for a specific element or type of element, so the common document.getElementBy... won't work for me. Any thoughts would be appreciated.