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.

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.