beginner's question about CSS

Posted by Nitesh Panchal on Stack Overflow See other posts from Stack Overflow or by Nitesh Panchal
Published on 2010-04-27T17:30:31Z Indexed on 2010/04/27 17:33 UTC
Read the original article Hit count: 135

Filed under:
|

Hello,

I am creating a website and i want to allow personalization to individual users upto some extent like changing font family, background color etc. The problem with this is that, my default css file that i load has already default classes for everything. Now when i fetch the background color from my database, then if there is null value for background color then default css class of mystylesheet.css should be loaded and if the value is not null, then i want to override this with my default css. How is it possible? Thanks in advance :)

© Stack Overflow or respective owner

Related posts about css

Related posts about html