
you can tell IE8 to emulate IE7, if for some reason your page isn't rendering properly in the new brower. add this tag to the master page in your project to cover the whole site in one step.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />