shahab Posted January 18, 2004 Posted January 18, 2004 I have some css files and I want to cascade them to ASP.NET pages. For example, I would like to put a Dropdown List in Admin part of my site and so Admin have this permission to change the whole HTML Elements of his site Only by clicking on the Dropdown List items. Css filename: color body { background-color: #DEDECA; } body, td, th { color: #666633; } h1, h2 { color: #663300; } h3, h4, h5, h6 { color: #996633; } a { color: #336600; } ---- Css filename: Form01 body { background-color: #FFFFCC; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; color: #333333; } td, th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; color: #330000; } a { color: #330000; } form { background-color: #CCCC99; } .title { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; line-height: 30px; background-color: #990000; color: #FFFF66; } Quote
Moderators Robby Posted January 18, 2004 Moderators Posted January 18, 2004 So the admin will select a CSS from the dropDown and have the all the pages use this newly selected CSS file, is this correct? Quote Visit...Bassic Software
Moderators Robby Posted January 18, 2004 Moderators Posted January 18, 2004 Have a look at this .... http://www.xtremedotnettalk.com/showthread.php?threadid=78721 There is a method for using dynamic css files in there. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.