I would like to know that is there anyway to make changes in .css file using Jquery or javascript. I know, I can dynamically add css properties(or classes) to DOM Element but I
You could generate the CSS server-side and display inline (in the head). That would allow you to serve up styles on a per-user basis.