[ale] [OT] Stylesheet question

Christopher R. Curzio ale at accipiter.org
Fri May 10 08:55:56 EDT 2002


Thanks. As far as I know, it will work in all CSS-compliant browsers, be
it CSS1 or CSS2.

-- 
Christopher R. Curzio
http://www.accipiter.org
:wq!


Thus Spake Fulton Green <me at FultonGreen.com>:
Fri, 10 May 2002 05:37:51 -0700


> Is this CSS1-compatible, or will it only work with CSS2-compliant
> browsers? Great job with this, BTW.
> 
> --- "Christopher R. Curzio" <ale at accipiter.org> wrote:
> > The easiest way to do that would be like this: (In the example, foo
> > and bar have the same color and background color, but the font face
> > will be different.)
> > 
> > .foo, .bar {
> > color: white;
> > background-color: black;
> > }
> > 
> > .foo {
> > font: 11px/10px arial, sans-serif;
> > }
> > 
> > .bar {
> > font: 40px/41px times, serif;
> > }
> > 
> > All you'd have to do to add/modify the shared elements is edit the
> > entry marked ".foo, .bar". Anything you want under each individual
> > element, put
> > in its respective css call.
> 

---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list