On 25/01/06, Christian Heilmann <codepo8 at gmail.com> wrote: > So, options are: > > - Use a style sheet switcher on the server side (everybody wins by > that): http://www.alistapart.com/articles/phpswitch/ > - Use a switcher that works on the server side and is enhanced by > JavaScript on the client side: > http://24ways.org/advent/introducing-udasss > - Learn about unobtrusive JavaScript and roll your own JS switcher > that only applies itself when JS is available: > http://onlinetools.org/articles/unobtrusivejavascript/ > - Read about outdated JavaScript ideas: > http://www.wait-till-i.com/index.php?p=104 > > HTH > Chris Not really: the first two rely on PHP which isn't installed on the Client's server (and won't be). Looking at the http://icant.co.uk/sandbox/noscript/ suggestion, that throws up the same warning I posted originally, so we're back at square 1. -- Richard Morris