Strange display behavior with IE8 on localhost vs dev server

nCor

New Member
Just started a site, using standard html/css - nothing fancy. Just divs to create a framed look. The server code is asp.net (4.0).When I debug the program locally out of visual studio 2012, the page looks exactly as I designed it in all of my browsers (ie8/ff/chrome). When I publish it to my dev server and open it in IE8, the layout is messed up (i.e, my login box is now at bottom of page instead of center). However, if I open that same page on the dev server with firefox or chrome, it looks correct. I've tried deleting all the files and republishing. I've viewed the source behind both the working (localhost) and broken (dev server) and it is identical.Any ideas or additional troubleshooting steps I can try? Thanks.Edit:
Screenshot: http://i.imgur.com/tNiIFCz.png (side by side of dev vs localhost)Masterpage: http://pastebin.com/c94PinihCss: http://pastebin.com/Txtac3kwLogin page: (the page that is messed up in IE8): http://pastebin.com/BN5bBamP
 
Back
Top