![]() Preserved Topic: ALA: Style sheet swapper (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() ALA: are promoting a dynamic style sheet swapper in their latest edition: |
Maniac (V) Inmate From: there...no..there..... |
![]() |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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 |
![]() 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");
|