Date: 05/19/07 (Javascript Community) Keywords: css, html, xml, java Could anyone explain me, how should I apply CSS rules in JavaScript to the content generated by DOM-style-code? I need DOM since document is served as XML. Check the following example:
It works with Gecko / Opera / MSIE without XML parsing (name the document test.html and check). But as XML it works with Opera only (check test.xml). Gecko generates content, but ignores Source: http://community.livejournal.com/javascript/133725.html
|