Scrolling with CSS

Posted by Jordan Trulen on Stack Overflow See other posts from Stack Overflow or by Jordan Trulen
Published on 2010-03-25T13:25:05Z Indexed on 2010/03/25 13:33 UTC
Read the original article Hit count: 457

Filed under:
|

I have 4 tables that need to scroll, they are set up as follows:

Table1(static)
Table2(Horizontal Scrolling)

Table3(Vertical Scrolling)
Table4(Horizontal and Vertical Scrolling)

Table1 Table2

Table3 Table4

The tricky part of this is that Table 3 and 4 need to keep in sync as this is a listing of data broken out into two tables. Table 2 and 4 are in the same situation.

Any ideas?

No Javascript please as we have a script that works, but it is far too slow to work.

Thanks.

© Stack Overflow or respective owner

Related posts about css

Related posts about scrolling