Re: [PHP] change Style Sheet by programming

2007-03-06 Thread Casey Chu
I don't really understand your question, but... http://www.quirksmode.org/dom/changess.html http://www.quirksmode.org/book/examplescripts/dropdown/index.html On 3/6/07, Alain Roger <[EMAIL PROTECTED]> wrote: Hi, I'm creating a Class which should allow user to setup the default theme CSS file h

[PHP] change Style Sheet by programming

2007-03-06 Thread Alain Roger
Hi, I'm creating a Class which should allow user to setup the default theme CSS file he would like to use to render a class object. therefore i have a simple function : public function SetTheme(string $ThemeName) { $this->m_ThemeUsed = $ThemeName; } which set the theme (CSS file