or
.Main { height:80%; width: 80%; } .Main { height:80%; width: 20%; } <td class="Main"> <telerik:RadDockZone ID="Main" Runat="server" height="100%" width="100%"> </telerik:RadDockZone> </td> <td class="Side"> <telerik:RadDockZone ID="Side" Runat="server" Height="450px" Width="100%"> <telerik:RadDock ID="RadDock1" Runat="server" Resizable="True" Text="MAP" Title="xy" Width="300px" Collapsed="True"> <ContentTemplate> </ContentTemplate> </telerik:RadDock> <telerik:RadDock ID="RadDock5" Runat="server" Resizable="True" Text="Blog" Collapsed="True" Title="x" Width="300px"> <ContentTemplate> </ContentTemplate> </telerik:RadDock> </telerik:RadDockZone> </td>