css - layout falls apart on ie8 on some machines -
I have released a strange behavior from IE8. We uploaded asp.net application on IS6. Everything is fine and the layout is in place but on my collaborative machine, with the same browser (IE8), the layout falls on one part and on some other machines too (! ??) it is weird because it is: the same server , The same operating system and the same browser <
P> My favorite piece to handle IE8 issues is as follows:
& lt; Meta http-equiv = "X-UA-Compatible" content = "IE = EmulateIE7" & gt;
Just in the header of that document and at the top of the folder that works and behaves correctly in IE8, then the updated rendering engine with the browser and Your code is not. Give it a whirl.
Comments
Post a Comment