Hello,

My purpose is have a different layout for differente section (node) for my website. I find out the module Header Image to change the header and is good (should be bettere have the same thing with flash header...), but I'd like to change also the relative CSS. Is it possible?

Thanks to all.

Ciao

Comments

dman’s picture

This sort of approach is how you may want to go.
http://drupal.org/node/32077
Use page info to add classes to your body, then use selective css to switch your theme formatting

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

Goblin73’s picture

Thanks now I try with these indications... I hoped there was a module to make all this changing ;-)
Ciao

dman’s picture

sure, there's modules like taxonomy_theme.
Go try that.
But you were asking about a css way. Which requires CSS.

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

Goblin73’s picture

wonderful?! I'll try this modules, if is all righ for my purposes I'll use it otherwise I try to modified page.tpl.php.
Thanks a lot for your support.

Ciao

Goblin73’s picture

The module is perfect, only a dubt, when I change the theme associated to a taxonomy word, the navigation menu, the calendar and so on are missing... is it normal?

dman’s picture

Different themes (can) have different blocks enabled.
I'd expect your navigation to be global, but anything that you've enabled only for your base theme also has to be enabled in any others.
I don't know it there is a trick to set it globally.

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

Goblin73’s picture

Mmmm I understood... my navigation is global, I'd like to change only some block... my purposes is access to a different area with different color, and header.

Thanks for your help