div scroll start Position
Hi Am using div over table to scroll overflow content used some js frame work to fix header and scroll only results rows but mine problem is scroll position starts from the table header so wanna scrol开发者_如何学JAVAl position start from tbody
Column1Column2 Results1Results2If you wanna do using CSS then:
First try using css property overflow:auto
look at this. Also this and this can be helpful.
Hope this helps.
Which framework you are using?
If it is JSF this would help you.
Or else if any other then you have to just separate your header and body. And apply css accordingly as described by me in above post.
精彩评论