hi
Here is my Codes:
When Showing page i have This Unwanted Vertical Scroll bars.
How Can I Remove Them.
Regards
Ahmad
Here is my Codes:
| <div style="float: left; width: 20%; height: 100%;"> |
| <telerik:RadDockZone ID="DockZone_Left" runat="server" Skin="WebBlue" UniqueName="DockZone_Left" |
| BackColor="#3a6ea5" BorderStyle="None" Orientation="Vertical" Width="95%" Height="95%"> |
| <telerik:RadDock ID="Dock_Left_Top" runat="server" Height="48%" Skin="WebBlue" Width="100%" |
| UniqueName="Dock_Left_Top" DefaultCommands="None" BackColor="#3a6ea5" BorderStyle="None" > |
| <ContentTemplate> |
| <div style="text-align: center; width: 100%; height: 100%"> |
| <img src="Neurologica/Picture1.jpg" alt="Picture1" style="width: 160px; height: 120px" /> |
| </div> |
| </ContentTemplate> |
| </telerik:RadDock> |
| <telerik:RadDock ID="Dock_Left_Bottom" runat="server" Height="50%" Width="100%" Skin="WebBlue" |
| UniqueName="Dock_Left_Bottom" DefaultCommands="None" BackColor="#3a6ea5" BorderStyle="None" |
| Title="CereTomâ„¢ Clinical Use"> |
| <ContentTemplate> |
| <br /> |
| <div style="text-align: center"> |
| <img src="Neurologica/Picture3.jpg" alt="Picture3" style="width: 160px; height: 120px" /> |
| </div> |
| </ContentTemplate> |
| </telerik:RadDock> |
| </telerik:RadDockZone> |
| </div> |
When Showing page i have This Unwanted Vertical Scroll bars.
How Can I Remove Them.
Regards
Ahmad