[Seaside] element <body>

seaside@lists.squeakfoundation.org seaside@lists.squeakfoundation.org
Thu, 27 Jun 2002 05:13:51 -0700


Quoting Avi Bryant <avi@beta4.com>:

> On Mon, 17 Jun 2002, Jim Benson wrote:
> 
> > and such. Right, really I need to be able to put a 'class=' statement in
> > there, but for sake of example...
> 
> Hmm, hadn't thought about that need.  I was assuming that CSS like
> 
> body { background-color = red}
> 
> would always work.  But I guess you can't say
> 
> body { class = foo}
> 
> can you?
> 
> I'll try to commit a fix later today...

no, but why would you need to add a class since there's only one body and you 
can always refer to it by the tag name?

Not that a fix isn't a good idea anyway, but...

Julian