Tink it is possible, but never done it.
Put something like this in the template.php of your theme
Case $user-role
admin:
drupal_add_css("red.css");
break;
editor:
drupal_add_css(blue.css");
break;
default:
......
end case
For exact details see the drupal handbook about theming and template.php
Hello, is it possible?
Thank's!Pol Maresma
PolNetwork.com / Serveis d'Internet
msn: marolijo
--
[ Drupal support list | http://lists.drupal.org/ ]