Search Results

9
votes

Best Practices: CSS or Themes in ASP.NET?

I would recommend using CSS over Themes. The reason for this is in CSS you can modify your styles to they work with all browsers. You can do the same thing with themes but Microsoft's designer is n …