I am having problem in aligning data tables inside a panel grid. Always data table is getting aligned in the center instead of the top. 'vertical-align:text-top;' CSS class also not working.
Asked
Active
Viewed 381 times
0
-
ya got the answer `.panelColumns td { vertical-align: top; }` is working fine. :-) – Sathesh S Jan 23 '13 at 08:42
-
Just put it as a answer (below) and clic it as the good one (green mark at the left). – Aritz Jan 28 '13 at 21:11
1 Answers
0
ya got the answer .panelColumns td { vertical-align: top; }
is working fine. :-)

Sathesh S
- 1,253
- 3
- 23
- 54