> -----Original Message----- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Monday, September 10, 2007 3:08 PM > To: CF-Talk > Subject: RE: "Dynamic" CSS > > Better to ask CF to render multiple files than have to manage multiple > versions of each file. Think how it might look if they had 5 color > files > Dan. They'd have to manage each style in SIX files.
If you're comfortable with client-script you can easily apply the color overrides that Dan was talking about client-side. You can store and manage them in one place however you like (and array, object, etc) - a default scheme would be applied first and then the script could apply any custom scheme. Not running the script would affect the visual presentation but not the content so the few that don't run script wouldn't be adversely affected. I've not tried it but I think you could probably put everything in the same file - a CSS set and JS functions and load the same file via <script> and <link>. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288122 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

