[Seaside] Re: CSS question

Yanni Chiu yanni at rogers.com
Tue Jan 10 01:25:33 CET 2006


Lukas Renggli wrote:
> Wouldn't this be useful for other applications as well? Am I the only
> one looking for something like this?

Yes it would be useful. A while back, I experimented with trying
to get different site "looks". IIRC, I ended up using Apache in front.

One feature I was trying to get, was to use the tags, such as:

<LINK rel="alternate stylesheet" title="Winter" href="winter.css">
<LINK rel="alternate stylesheet" title="Summer" href="summer.css">
<LINK rel=stylesheet href="common.css">

Then, the web browser menu could be used to change the site look.
I guess the point of this is that on the Seaside end, it would
need to support multiple active looks.

-- 
Yanni Chiu



More information about the Seaside mailing list