Design View Rendering with Internet Explorer 8

calvinpelican

New Member
I had an ASP.NET project that was in VS2010. No issue.I recently got IE8 installed on my development machine (after having issues with IE7).The published project would display properly after being deployed to our intranet from the IE8 browser.From VS2010, the Design View and the DEBUG view (IE8) trashed the rendering.From the Web I discovered that IE8 was automatically displayihg intranet sites in compatibilty mode. But displaying my local DEBUG in a different mode.I added code in the page header _meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" _and my pages now display properly in DEBUG (IE8) viewing.HOWEVER no matter what I do, I cannot seem to get the Design view to render my page appropriately. Alignments are off, parts of pages overlap, etc.IS THERE ANYTHING I can do to get the Designer to properly render the page as it is being developed?
 
Back
Top