> I keep trying things like document.styleSheets(0).rules(u) but I can't > seem to get it.
I believe that's supposed to be document.styleSheets[n] and the rule syntax choice will vary between browsers. Some browsers use rules[] while others use cssRules[], here's a link that covers some of this material, maybe not directly on topic for you but I think it should be helpful: http://www.quirksmode.org/dom/changess.html It talks about changing styles on the fly using JavaScript and it covers some browser dependant behaviors. Hope that helps. Cheers, Tom Higgins - Technical Product Manager Macromedia Director and the Shockwave Player http://weblogs.macromedia.com/thiggins/ ... [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
