for big website's CSS what we should use IE condition sheets ( IE6, IE7, IE8 if needed) or CSS hacks in multiple people environment?
and CSS will be handled by multiple people.
I'm thinking to use hacks with proper comments because there are chanceh to forgot for other to make any changes in both css.
For example : #ab { width:200px}
in main css and #ab { width:210px}
in IE css.
Need your view on this. Thanks in advance.