Friday 30 January 2009 12:13:41 pm
Hi Noicokuna, I tried that once and I worked with the class of the main div of the page. Let's Imagine an example where the id of the node you want to have in a different color is 2. Than, the div#page will be presented like:
<body>
<div id="page" class="sidemenu extrainfo section_id_1 subtree_level_0_node_id_2 current_node_id_2">
......
......
</div>
</body>
You can use the class .current_node_id_2
to define different colors for each node.
|