What is the best way to override an existing CSS table rule?
问题 We're using a template for joomla where creators defined the rule in constant.css table { border-collapse:collapse; border:0px; width:100%; } When I need my own table with a custom params (width, border and so on), a nightmare begins. If I use general html params, they don't work since css rules are more important (CMIIW). If I use style= param, I suppose I can't control how the table looks for IE up to 7 inclusive. So is there a general approach to work around this or I just need to comment