Does anyone know why my RadWindow is distorted looking under IE8 when not in compatibility mode? I have tried changing the skin (and removing it) to no avail. The code and screenshot are both attached. Running in compatibility mode it looks fine...but outside of it it does not.
| <telerik:RadWindowManager ID="RadWindowManager1" runat="server" ShowContentDuringLoad="false" |
| VisibleStatusbar="false" ReloadOnShow="true" Skin="Black"> |
| <Windows> |
| <telerik:RadWindow ID="PristineWindow" Behaviors="Close" OnClientClose="OnClientClose" VisibleTitlebar = "true" |
| NavigateUrl="http://www.pristine.com" Width="610px" Height="590px" Modal="true" Title="Access Pristine" KeepInScreenBounds="true" > |
| </telerik:RadWindow> |
| </Windows> |
| </telerik:RadWindowManager> |