G Guest Mar 14, 2007 #1 I want visitors to my site to be able to choose the background color that they prefer. Can I do this?
I want visitors to my site to be able to choose the background color that they prefer. Can I do this?
S SingaporeWebDesign Mar 14, 2007 #2 Hello, The easiest way to accomplish this is via JavaScript. http://www.hypergurl.com/background.html (one page only) http://www.csscreator.com/generator/userpref.php (many pages, preference stored in cookie)
Hello, The easiest way to accomplish this is via JavaScript. http://www.hypergurl.com/background.html (one page only) http://www.csscreator.com/generator/userpref.php (many pages, preference stored in cookie)
D David Berry Mar 14, 2007 #3 You can use different CSS Stylesheets to allow users to choose different colors, fonts etc. You could use JavaScript for this (see http://javascript.internet.com/css/change-style.html for a sample) or server side scripting such as ASP. See http://www.asp101.com/samples/custom.asp for an example
You can use different CSS Stylesheets to allow users to choose different colors, fonts etc. You could use JavaScript for this (see http://javascript.internet.com/css/change-style.html for a sample) or server side scripting such as ASP. See http://www.asp101.com/samples/custom.asp for an example