I want my page to be able to alternate between two stylesheets. You can read the technique here: <a href="http://www.alistapart.com/stories/alternate/">http://www.alistapart.com/stories/alternate/</a><br><br>and examples here: 
<a href="http://www.csszengarden.com/">http://www.csszengarden.com/</a><br><br>I've written this using XHTML/CSS and a Javascript styleswitcher (so it's client side switching)&nbsp; in the following way:<br><br>&lt;link rel=&quot;stylesheet&quot; href=&quot;styles/bare.css&quot; type=&quot;text/css&quot; title=&quot;Bare&quot; media=&quot;screen, projection&quot; /&gt;
<br>&lt;link rel=&quot;alternate stylesheet&quot; href=&quot;styles/blue.css&quot; type=&quot;text/css&quot; title=&quot;Blue&quot; media=&quot;screen, projection&quot; /&gt;<br>&lt;script type=&quot;text/javascript&quot; src=&quot;styles/styleswitch.js&quot;&gt;&lt;/script&gt;
<br><br>does anybody knows how can (or at least the easiest way) achieve this in Seaside?<br><br>(I´m using Squeak with Seaside 2.61-mb8. I've seen an e-mail from Avi Bryant from may 2004 but haven't found anything in the SqueakMap and Cincom Public Repository, any idea?).
<br><br>Juan<br>