I am working on an internal, custom ASP.NET site that was specified by the customer to only require working in Internet Explorer. This means that no resources have been put forward to make sure it works and looks nice in other browsers, although there is no exotic IE-only technology used or anything like that.
Since eventually someone is going to want other browsers to work, I was wondering if there exists something like a CSS Reset stylesheet that can help make other browsers layout more like IE.
I am looking for a reset stylesheet specifically intended to make Firefox, Chrome, etc, behave more like IE (I'm sure nobody will leave obnoxious comments about this), that won't break too much of the existing layout (which is tested currently only on IE7).
I know I'll have other issues with Javascript, etc, but this question is only about CSS/layout.
In short, does a CSS Reset sheet exist to "reset" CSS to the IE defaults?