I successfully managed to override Drupal CSS using this method (Overriding drupal.css; two approaches).
Now how do I override more stylesheets at the same time, for example module-stylesheets?
I posted earilier, but perhaps was not clear. I have successfully made my primary links horizontal tabs with images. My css has button_normal.png, button_over.png, and button_current.png. The normal and over are working, but I cannot get the current to show up. I can do it in straight html, but can't get the page.tpl.php file. I cannot seem to get my css code to show up here, so if anyone is willing to help I can email that to them. The id that includes the current button has ids #navcontainer #current and then #navcontainer .currentAncestor
I am working on a web site, which has different parts such as :
sports
movie
bookstore
musems
etc.
The different parts should have different layout and style. I have do my best searching the Drupal documentation and find no clue how to do it.
I am a newbie to Drupal, but I had some experience in ezPublish. In ezPublish, you can assign different templates to different sections of content tree, or even a single content node(article/blog entry etc.). This is what ezPublish called "template overiding".