Preserved Topic: ALA: Style sheet swapper |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-06-2001 17:20
ALA: are promoting a dynamic style sheet swapper in their latest edition: |
Maniac (V) Inmate From: there...no..there..... |
posted 11-06-2001 19:55 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-06-2001 20:14
CPrompt: I know you don't need reminding but for anyone interested this has been explored here: |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 11-06-2001 23:27
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-06-2001 23:40
Ini: Thanks for the words of caution. That, of course, presupposes that someone has access to server side scripting (although in this day and age if you can't then move your host, if you can). I don't see it being an either/or situation as it would be no problem to work up a server side solution while leaving those that have the right browsers to have the client side stuff. |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 11-07-2001 00:31
I use server side because I have the luxury of a dedicated server with PHP parsing on .html pages, but I think very reasonable solutions can be crafted clientside (even w/o JS to an extent). |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 11-07-2001 01:27
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-07-2001 02:50
jiblet: I've also used PHP to generate the external CSS for the client side style sheet swapping (it makes adding new style sheets and updating much easier) and doing it all in one place might make things easier for you (that solution seems a little convoluted) just remember to add this to the top: code: header("Content-Type: text/css");
|