Re: Cookies and Styles

Yes! that would be very nice.
 
What I have been trying to do is further abstract my styles into
different style sheets for different attributes. For example, colors.css
fonts.css layout.css etc.. and allow the user to 'mix and match'.
I'm not sure what the syntax would look like. 
 
*::ifCookie('color1') {
 @import url("color1.css");
}
 
*::ifCookie('fonts3') {
 @import url("fonts3.css");
}
 
Has anyone else had this thought?

Received on Thursday, 20 November 2003 11:25:25 UTC