we are building a new MVC 3 application to support our business, timeline is aggressive and plenty of features to implement. I would like to understand if supporting also IE7 instead of only IE8, IE9 and Chrome would slow down development or if in the end is only about some minor adjustments in the css files.
provided that all javascript / DOM selections/manipulations will be done with JQuery can we imagine all the client side code will be fully working on IE7 and IE8/9 or do you think supporting IE7 as well would become a major effort and not only minor styling exercise?
Thanks!