10

I have to frequently visit a webpage that contains a table with thousands of lines. The first row contains the names of the columns. Many of the columns are numerical values.

Once you scroll/page down, the first line is gone, and with it the headers.

Is there a way to horizontally split a Firefox/Explorer window, so that in the upper part you keep the first row with the columns' names, and you scroll up/down the lower window?

I don't have control over the design of the website.

Thanks.

user2897
  • 215

4 Answers4

12

You could try the Split Browser addon.

2

If you have any experience with Javascript you could write a GreaseMonkey script for Firefox that pops the header row into a static (non-scrolling) area (div) on the screen.

You would need to get enough identifying information about the header row to be able to select it using Javascript - you could use the Firebug extension to do this.

pelms
  • 9,361
1

I'm not familiar with the windowing options of Firefox and IE, but I know how you could do this in Opera. I assume that similar capabilities are available in Firefox.

You could open the document in two separate tabs and then go to Window -> Arrange -> Tile Horizontally

Then, use the bottom window to scroll independently of the other.

0

Using the Side-View Plugin + disabling the sidebar width limit is working perfectly within a single Firefox window:

enter image description here

Noam Manos
  • 2,222