This is a migrated thread and some comments may be shown as answers.

Fixed Header & scrollable content

2 Answers 125 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 17 Apr 2011, 11:58 AM
hi

what is the best way to do a fixed header & a srollable content in masterpage? Thanks

2 Answers, 1 is accepted

Sort by
0
L
Top achievements
Rank 1
answered on 17 Apr 2011, 01:43 PM
I tried this but it has overlapped. How should i go about It?

 

<div style="position:fixed">

 

 

<table style="width: 100%" cellpadding="0" cellspacing="0">

 

 

<

 

tr>

 

 

<td>

 

 

<uc1:toolbars ID="toolbars1" runat="server" />

 

 

</td>

 

 

</

 

tr>

 

 

</

 

table>

 

 

</

 

div>

 

 

<

 

div style="overflow: auto;height:100%; width:100%;">

 

 

<table style="width:100%;" cellpadding="0" cellspacing="0">

 

 

<tr>

 

 

<td>

 

 

<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">

 

 

</asp:ContentPlaceHolder>

 

 

</td>

 

 

 

</tr>

 

 

 

</table>

 

 

</

 

div>

 

0
Marin Bratanov
Telerik team
answered on 20 Apr 2011, 08:20 AM

Hello Lui,

Please note that our support system is focused on providing workarounds for bugs and controls' incompliances and we do not develop custom solutions or act as a general ASP reference.

Yet you could use:



All the best,
Marin
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
L
Top achievements
Rank 1
Answers by
L
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or