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
Rolando EstevesRolando Esteves 

Problems applying CSS to toolbar.

Hi!

 

Im trying to apply some css for a toolbar but its not working properly.

 

CSS: File name : Styles

 

@charset "utf-8";
/* CSS Document */

navbar{background-color: #ff6600;background-image: url(images/pattern_03.png);}

 

Visual Force:

 

<!-- A simple example of a toolbar -->
    <apex:toolbar width="950" height="30" styleClass="navbar">
    </apex:toolbar>

 

Static Resource Name : myStyles

 

In terms of the zip im uploading : I have a directory called images ( all my images are here) and outside in the root directory I have my css.