I have two style sheets for different brands.

In response to an earlier post about specifying Image source in CSS, someone
suggested the workaround below.
Are there any other/better techniques I should be aware of? What about
brand-specific text? Any way to specify that in CSS? Any way to refer to
locale-specific properties in a CSS file?

Button{
             corner-radius: 0;
             border-*style*: solid;
             border-color: #FFFFFF;
             border-thickness: 2;
             up-skin: Embed(*source*="assets/upSkin.jpg");
             over-skin: Embed(*source*="assets/downSkin.jpg");
             color: #FFFFFF;
             font-size: 10px;
         }

Reply via email to