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

[Solved] PanelBar not stationary

1 Answer 63 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tosin
Top achievements
Rank 1
Tosin asked on 28 Sep 2011, 11:07 PM
Hi,

I have used a telerik panelBar in my application and the pseudo code below is how I have used it

Pseudo Code:
....
<tr>
<td> PanelBar </td>
<td> Dynamic Content </td>
<tr>
....

The problem is if the "Dynamic Content" grows vertically then the panelbar starts moving vertically downward it doesn't align at the top of the table anymore.

Any help would be appreciated.

Thanks

1 Answer, 1 is accepted

Sort by
0
Ron DeFreitas
Top achievements
Rank 2
answered on 18 Nov 2011, 04:24 PM
It sounds like you haven't set the Vertical alignment on the table cell.

<td style="vertical-align:top;position:relative;">Panel Bar</td>
<td>Dynamic Content Block</td>
Tags
PanelBar
Asked by
Tosin
Top achievements
Rank 1
Answers by
Ron DeFreitas
Top achievements
Rank 2
Share this question
or