/Timo Nentwig/:
Just as I can manipulate DOM node with JavaScript - can I manipulate the
CSS classes?
Take a look at the W3C's "DOM Level 2 Style" spec:
http://www.w3.org/TR/DOM-Level-2-Style/
There are two distinct chapters:
"Document Object Model Style Sheets"
http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html
"Document Object Model CSS"
http://www.w3.org/TR/DOM-Level-2-Style/css.html
where the first introduces some base interfaces used for any type of
style sheet and the second deals with CSS specifics.
.... and then probably you'll need to post to a scripting related group.
--
Stanimir