1

I have a table which has many columns and lots of records. My user want me to have the table to have a fixed header but should have a scrollable option in both the vertical and horizontal version?

Is this possible to do this that is cross browser? My target browser is IE 6.0 + and FF.

I am looking for a CSS version or jQuery version solution.

halfer
  • 19,824
  • 17
  • 99
  • 186
Mark Estrada
  • 9,013
  • 37
  • 119
  • 186

2 Answers2

1

Fixed header with pure CSS is impossible: HTML fixed header table scrollbar

To scroll your table look here: CSS fails to create a horizontal scroll bar

Community
  • 1
  • 1
opatut
  • 6,708
  • 5
  • 32
  • 37
0

have you tried setting overflow:scroll on css. Something like this.

Reigel Gallarde
  • 64,198
  • 21
  • 121
  • 139