Html Table Content Overloading With Another Static Content While Horizontal Scrolling
as per my project need I made first three columns content and headings of a table be static by using position and left css properties and made remaining columns be scrollable horizSolution 1:
About vertical position, this is the solution :
td {vertical-align:top;}
Is it possible to force the height of the cells ?
If so, height:50px solves the first problem.
as per my project need I made first three columns content and headings of a table be static by using position and left css properties and made remaining columns be scrollable horiz
Solution 1:
About vertical position, this is the solution :
td {vertical-align:top;}
Is it possible to force the height of the cells ? If so, height:50px solves the first problem.
Post a Comment for "Html Table Content Overloading With Another Static Content While Horizontal Scrolling"