So I just love it when my application is working great in Firefox, but then I open it in IE and... Nope, please try again.
The issue I\'m having is that I\'m setting
I've solved this using jQuery:
$(document).ready(function(){ if ($.browser.msie && $.browser.version == 7) { $(".tablecell").wrap(""); $(".tablerow").wrap(""); $(".table").wrapInner(""); } });
the above script assumes you have divs using style such as: