Forum: HTML and CSS Aug 22nd, 2008 |
| Replies: 12 Views: 1,389 Not quite. You just store an id indicating which stylesheet to load. When loading the page you would then check for the id in the cookie, and if the cookie does not exits use the default style. You... |
Forum: HTML and CSS Aug 22nd, 2008 |
| Replies: 12 Views: 1,389 Yes, but AFAIK it would require a little scripting. You could save the style in a cookie, then select a stylesheet based on the value when the page loads. |