[PHP] php/div question...

2004-04-09 Thread bruce
hi... a php question. i'm trying to figure out how to create a quick/sample app that will show how to set up a few buttons/links that can change colors. ideally, i'd like to be able to have a few pages, and have the buttons/links at the top of the page. if i select a button/link i'd like to

RE: [PHP] php/div question...

2004-04-09 Thread Jay Blanchard
[snip] regards, [/snip] Click button. Open CSS file and rewrite with new color. Close CSS file. Page reloads with new color. Since the CSS has be re-written all of the pages will now show the new colors where applicable. You could store color variables in a session for each individual user. --