function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jeff Douglas (Personal)Jeff Douglas (Personal) 

Salesforce.com Stylesheets not functioning properly?

I'm having a problem with the stylesheets and am wondering if it is just something that I am not including correctly.

 

If I use the following tag, the Visualforce page renders with the correct colors for Account...

 

<apex:page controller="MyController" showHeader="true" tabStyle="Account">

 

However, if I remove the header and add the standard Salesforce stylesheets, I would assume that the colors would dispaly correctly but the blue coloring for Accounts is simply black. I checked the code and the stylesheets are being referenced correctly.

 

<apex:page controller="MyController" showHeader="false" standardStylesheets="true" tabStyle="Account">

 

Any idea?

 

Thanks

Jeff

Best Answer chosen by Admin (Salesforce Developers) 
BulentBulent

This seems like it's a visualforce bug.

Take a look at this visualforce discussion board posting. It has details and potential workaround as well. 

Message Edited by Bulent on 05-20-2009 03:12 PM