visiondemocracy
04-13-2005, 05:33 PM
Hi folks,
I am making a very configurable site right down to a floating object that a user can drag anywhere. What I'd like to do is have an option for users to "save" their site changes, probably with a cookie or using their IP. The site is similar to my.yahoo.com (http://my.yahoo.com) but is more focused. I want users to be able to change things like the color scheme, and the location of some objects, which I can handle, and then "save" those particular settings for when they come back.
I've figured out that I can do everything in a CSS so what I need is for a user to "save" the current stylesheet. I could put everything inline but the problem is, when a user changes the location of an object, it doesn't change the stylesheet or source code. I'd like it to do that if possible.
Anyone have any ideas?
Thanks in advance for your help.
I am making a very configurable site right down to a floating object that a user can drag anywhere. What I'd like to do is have an option for users to "save" their site changes, probably with a cookie or using their IP. The site is similar to my.yahoo.com (http://my.yahoo.com) but is more focused. I want users to be able to change things like the color scheme, and the location of some objects, which I can handle, and then "save" those particular settings for when they come back.
I've figured out that I can do everything in a CSS so what I need is for a user to "save" the current stylesheet. I could put everything inline but the problem is, when a user changes the location of an object, it doesn't change the stylesheet or source code. I'd like it to do that if possible.
Anyone have any ideas?
Thanks in advance for your help.